Skip to content

Commit 26f5ae6

Browse files
committed
Build RTD with Py3.8
1 parent 85fa721 commit 26f5ae6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.readthedocs.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ version: 2
99
sphinx:
1010
configuration: conf.py
1111

12+
build:
13+
image: latest
14+
1215
# Optionally set the version of Python and requirements required to build your docs
1316
python:
14-
version: 3.7
17+
version: 3.8
1518
install:
1619
- requirements: requirements.txt
1720

0 commit comments

Comments
 (0)