Skip to content

Commit

Permalink
remove the old rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Jul 7, 2023
1 parent ab0b43a commit 0d1c086
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
16 changes: 0 additions & 16 deletions .readthedocs.yaml

This file was deleted.

22 changes: 16 additions & 6 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
python:
version: 3
setup_py_install: true
system_packages: true
install:
- requirements: docs/requirements-docs.txt
# Required
version: 2

# Conda env
conda:
environment: ci/environment-docs.yml

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: '3.11'

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py

0 comments on commit 0d1c086

Please sign in to comment.