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 8e1edcd commit 5c88b93Copy full SHA for 5c88b93
.readthedocs.yaml
@@ -10,4 +10,7 @@ sphinx:
10
11
python:
12
install:
13
- - requirements: docs/requirements.txt
+ - requirements: requirements/requirements-optionals.txt
14
+ - requirements: requirements/requirements-documentation.txt
15
+ - method: pip
16
+ path: .
docs/requirements.txt
tox.ini
@@ -40,6 +40,7 @@ deps =
40
commands = flake8
41
42
[testenv:docs]
43
+# keep in sync with .readthedocs.yml
44
basepython = python3.8
45
deps =
46
-rrequirements/requirements-optionals.txt
0 commit comments