Skip to content

Commit

Permalink
Fix requirements path, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
PJK committed Nov 18, 2023
1 parent adea889 commit 46da300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ build:
python: "3.11"

sphinx:
configuration: docs/source/conf.py
configuration: doc/source/conf.py

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/source/requirements.txt
- requirements: doc/source/requirements.txt

0 comments on commit 46da300

Please sign in to comment.