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 3c38273 commit 6869099Copy full SHA for 6869099
.readthedocs.yml
@@ -9,8 +9,14 @@ formats:
9
- pdf
10
- htmlzip
11
python:
12
- version: 3.8
13
install:
14
- requirements: requirements.txt
15
- requirements: doc-source/requirements.txt
16
- requirements: doc-source/rtd-extra-deps.txt
+build:
17
+ os: ubuntu-20.04
18
+ tools:
19
+ python: '3.9'
20
+ jobs:
21
+ post_create_environment:
22
+ - pip install .
0 commit comments