Skip to content

Commit 11eef90

Browse files
committed
Move documentation build to Python 3.9
1 parent fc4a11e commit 11eef90

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.readthedocs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
# Required
66
version: 2
77

8+
# Set the version of Python and other tools you might need
9+
build:
10+
os: ubuntu-20.04
11+
tools:
12+
python: "3.9"
13+
814
# Build documentation in the docs/ directory with Sphinx
915
sphinx:
1016
configuration: docs/conf.py

0 commit comments

Comments
 (0)