Skip to content

Commit

Permalink
docs: include requirements files within a single
Browse files Browse the repository at this point in the history
Read The Docs support only one single requirements file for a project.
  • Loading branch information
danielnsilva committed Apr 1, 2024
1 parent b6fad86 commit 353179e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build:

python:
install:
- requirements: docs-requirements.txt
- requirements: docs/readthedocs-requirements.txt

sphinx:
configuration: docs/source/conf.py
2 changes: 2 additions & 0 deletions docs/readthedocs-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-r ../requirements.txt
-r ../docs-requirements.txt

0 comments on commit 353179e

Please sign in to comment.