We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c776f1 commit 7d77aa1Copy full SHA for 7d77aa1
.readthedocs.yml
@@ -13,4 +13,4 @@ sphinx:
13
python:
14
version: 3.8
15
install:
16
- - requirements: docs/requirements.txt
+ - requirements: requirements/python-dev
docs/requirements.txt
requirements/python-dev
@@ -1,5 +1,4 @@
1
-# install everything in the python requirements too. this may be
2
-# needed by readthedocs?!?!
+# install everything in the python requirements too.
3
-r python
4
5
# needed for tests/run.py script to read .travis.yml file
0 commit comments