Skip to content

Commit bb723c4

Browse files
committed
Update Python version for RTD build
1 parent 069ad28 commit bb723c4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.readthedocs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,21 @@
44
# Required
55
version: 2
66

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

11-
1217
# Disabling all unneeded formats (note that HTML and JSON are always built)
1318
# See https://docs.readthedocs.io/en/latest/yaml-config.html#formats
1419
formats: []
1520

1621
# Optionally set the version of Python and requirements required to build your docs
1722
python:
18-
version: 3.7
1923
install:
2024
- requirements: requirements.txt

0 commit comments

Comments
 (0)