Skip to content

Commit

Permalink
doc: fix docs path to requirements.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
  • Loading branch information
qlyoung committed Nov 17, 2023
1 parent 5b7563c commit 9d963dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/developer/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build:

python:
install:
- requirements: requirements.txt
- requirements: doc/developer/requirements.txt

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
2 changes: 1 addition & 1 deletion doc/user/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build:

python:
install:
- requirements: requirements.txt
- requirements: doc/user/requirements.txt
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/user/conf.py

0 comments on commit 9d963dc

Please sign in to comment.