Skip to content

Commit

Permalink
add packaged requirements to docs building config
Browse files Browse the repository at this point in the history
  • Loading branch information
BGerwe committed Aug 7, 2024
1 parent f93ca72 commit f78493d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ build:
# nodejs: "20"
# rust: "1.70"
# golang: "1.20"

# 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: requirements.txt

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand All @@ -26,10 +33,3 @@ sphinx:
# formats:
# - pdf
# - epub

# 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

0 comments on commit f78493d

Please sign in to comment.