Skip to content

Commit

Permalink
Update .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoodlett authored May 23, 2024
1 parent e0cccd6 commit 6d8c6c8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ build:
conda:
environment: environment.yml
# Build documentation in the "docs/" directory with Sphinx
python:
install:
- requirements: docs/requirements.txt
sphinx:
configuration: docs/conf.py
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
Expand All @@ -31,6 +34,6 @@ sphinx:
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt
#python:
# install:
# - requirements: docs/requirements.txt

0 comments on commit 6d8c6c8

Please sign in to comment.