Skip to content

Commit fc43d65

Browse files
committed
MNT: Build docs on Python 3.10
1 parent 3b89ca8 commit fc43d65

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.readthedocs.yml

+9-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
# Required
55
version: 2
66

7+
# Set the OS, Python version and other tools you might need
8+
build:
9+
os: ubuntu-22.04
10+
tools:
11+
python: "3.10"
12+
713
# Build documentation in the docs/ directory with Sphinx
814
sphinx:
915
configuration: doc/conf.py
@@ -12,9 +18,10 @@ sphinx:
1218
formats:
1319
- htmlzip
1420

15-
# Optionally set the version of Python and requirements required to build your docs
21+
# Optional but recommended, declare the Python requirements required
22+
# to build your documentation
23+
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
1624
python:
17-
version: 3.7
1825
install:
1926
- requirements: doc/requirements.txt
2027
- method: pip

0 commit comments

Comments
 (0)