Skip to content

Commit 1b91a4d

Browse files
committed
Attempt to fix RTD failures using Python 3.7
The default Python version has changed from 3.7 to 3.11 when updating Read the Docs configuration. See the announcement of configuration file version 2 for more details [1]. [1] https://blog.readthedocs.com/migrate-configuration-v2/
1 parent dc8f151 commit 1b91a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build:
1010
- tox
1111
os: ubuntu-22.04
1212
tools:
13-
python: "3.11"
13+
python: "3.7"
1414

1515
# Build documentation in the doc/source/ directory with Sphinx
1616
sphinx:

0 commit comments

Comments
 (0)