We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9000690 commit 538332bCopy full SHA for 538332b
.readthedocs.yml
@@ -18,6 +18,10 @@ formats: all
18
19
# Optionally set the version of Python and requirements required to build your docs
20
python:
21
- version: 3.7
22
- install:
23
- - requirements: requirements/requirements.docs.txt
+ version: 3.7
+ system_packages: False
+ install:
24
+ - method: pip
25
+ path: .
26
+ extra_requirements:
27
+ - docs
0 commit comments