Skip to content

Commit 115402f

Browse files
committed
Ask readthedocs to use python3.9 for building
1 parent a084124 commit 115402f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.readthedocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
version: 2
1010

11+
build:
12+
os: ubuntu-20.04
13+
tools:
14+
python: "3.9"
15+
1116
submodules:
1217
include:
1318
- extmod/ulab
@@ -16,6 +21,5 @@ formats:
1621
- pdf
1722

1823
python:
19-
version: 3
2024
install:
2125
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)