Skip to content

Commit c263175

Browse files
authored
Merge pull request adafruit#5545 from jepler/fix-rtd
Request RTD to use python3.9 for building
2 parents a084124 + 115402f commit c263175

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)