We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73cc62e commit a387725Copy full SHA for a387725
1 file changed
.readthedocs.yml
@@ -6,6 +6,8 @@ sphinx:
6
7
python:
8
version: 3.7
9
- pip_install: true
10
- extra_requirements:
11
- - docs
+ install:
+ - method: pip
+ path: .
12
+ extra_requirements:
13
+ - docs
0 commit comments