Skip to content

Commit

Permalink
Update readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer A Clark committed Jun 29, 2024
1 parent 6b9e521 commit 704bbf8
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,20 @@
# Required
version: 2

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

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

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml

# Optionally build your docs in additional formats such as PDF and ePub
formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/requirements

#conda:
# environment: devtools/conda-envs/readthedocs_env.yaml

0 comments on commit 704bbf8

Please sign in to comment.