Skip to content

Commit

Permalink
Third fix for RTD issue: Add requirements.txt to python.install config
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Jun 23, 2024
1 parent cd2c9a4 commit c5d092c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ sphinx:
# Python requirements required to build the docs
python:
install:
- requirements: requirements.txt
- requirements: dev-requirements.txt
1 change: 1 addition & 0 deletions changes/1559.notshown.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Third fix for RTD issue: Add requirements.txt to python.install config.

0 comments on commit c5d092c

Please sign in to comment.