Skip to content

Commit 75b4b69

Browse files
author
Anselm Kruis
committed
Stackless issue python#210: Use Python 3.5 to build the documentation at RTD
Since bpo-32174 Python 3 is required to build the documentation.
1 parent 49dda66 commit 75b4b69

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.readthedocs.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# Don't build any extra formats
2-
formats:
3-
- none
2+
formats: []
3+
4+
build:
5+
image: 2.0
6+
7+
python:
8+
version: 3.5

0 commit comments

Comments
 (0)