Skip to content

Commit 085b876

Browse files
committed
Use Python3.9 on Read the Docs
1 parent 845588e commit 085b876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ sphinx:
1010
configuration: conf.py
1111

1212
build:
13-
image: latest
13+
image: testing
1414

1515
# Optionally set the version of Python and requirements required to build your docs
1616
python:
17-
version: 3.8
17+
version: 3.9
1818
install:
1919
- requirements: requirements.txt
2020

0 commit comments

Comments
 (0)