We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d386d4b commit 2f8c578Copy full SHA for 2f8c578
1 file changed
.readthedocs.yaml
@@ -22,7 +22,10 @@ sphinx:
22
# Optionally declare the Python requirements required to build your docs
23
python:
24
install:
25
- - method: pip
26
- path: .
27
- extra_requirements:
28
- - docs
+ # Use frozen dependencies to create the documentation
+ - requirements: requirements.txt
+ # # Alternative: dynamically only install doc requirements
+ # - method: pip
29
+ # path: .
30
+ # extra_requirements:
31
+ # - docs
0 commit comments