Skip to content

Commit a77f39a

Browse files
committed
Fix .readthedocs.yaml Python version selection
1 parent 5ac4d4a commit a77f39a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88
# Required
99
version: 2
1010

11+
build:
12+
tools:
13+
python: "3"
14+
1115
python:
12-
version: "3.6"
1316
install:
1417
- requirements: docs/requirements.txt
1518
- requirements: requirements.txt

0 commit comments

Comments
 (0)