We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1286b16 + 529382b commit 08ab4e7Copy full SHA for 08ab4e7
1 file changed
.readthedocs.yml
@@ -6,7 +6,9 @@
6
version: 2
7
8
build:
9
- image: latest
+ os: ubuntu-20.04
10
+ tools:
11
+ python: "3.8"
12
13
# Submodules
14
submodules:
@@ -29,6 +31,5 @@ formats: []
29
31
30
32
# Optionally set the version of Python and requirements required to build your docs
33
python:
- version: 3.8
34
install:
35
- requirements: docs/readthedocs/requirements.txt
0 commit comments