Skip to content

Commit 2f8c578

Browse files
committed
change readthedocs deps
1 parent d386d4b commit 2f8c578

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.readthedocs.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ sphinx:
2222
# Optionally declare the Python requirements required to build your docs
2323
python:
2424
install:
25-
- method: pip
26-
path: .
27-
extra_requirements:
28-
- docs
25+
# Use frozen dependencies to create the documentation
26+
- requirements: requirements.txt
27+
# # Alternative: dynamically only install doc requirements
28+
# - method: pip
29+
# path: .
30+
# extra_requirements:
31+
# - docs

0 commit comments

Comments
 (0)