Skip to content

Commit 5a32ae9

Browse files
committed
Fix .readthedocs.yaml Python version selection issue
1 parent 7103071 commit 5a32ae9

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.x"
1316
install:
1417
- requirements: docs/requirements.txt
1518
- requirements: requirements.txt

0 commit comments

Comments
 (0)