Skip to content

Commit 854951e

Browse files
committed
readthedocs: add requirements.txt to config file
1 parent c0fd96e commit 854951e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ sphinx:
2424
# - pdf
2525

2626
# Optionally declare the Python requirements required to build your docs
27-
#python:
28-
# install:
29-
# - requirements: docs/requirements.txt
27+
python:
28+
install:
29+
- requirements: requirements.txt

0 commit comments

Comments
 (0)