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 0e11eca commit d3ff623Copy full SHA for d3ff623
1 file changed
.readthedocs.yml
@@ -1,9 +1,13 @@
1
+version: 2
2
+
3
build:
- image: latest
4
+ os: ubuntu-20.04
5
+ tools:
6
+ python: "3.7"
7
-requirements_file:
- docs/requirements.txt
8
+sphinx:
9
+ configuration: docs/conf.py
10
11
python:
- setup_py_install: true
- version: 3.6 # This will cause readthedocs to crash. It looks like 3.7 is unsupported by readthedocs, and 3.7 is needed by readalongs
12
+ install:
13
+ - requirements: docs/requirements.txt
0 commit comments