We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7a507 commit bf81281Copy full SHA for bf81281
1 file changed
.readthedocs.yaml
@@ -24,5 +24,7 @@ formats: all
24
# Optionally set the version of Python and requirements required to build your docs
25
python:
26
install:
27
- - requirements: requirements_docs.txt
28
- - path: .
+ - method: pip
+ path: .
29
+ extra_requirements:
30
+ - docs
0 commit comments