Skip to content

Commit ed19085

Browse files
committed
Use Python 3.12 for readthedocs
I suspect there's an issue affecting docutils or a related tool on Python < 3.12. My guess is that whatever causes flake8 to crash is also stopping sphinx from building. Sphinx builds locally on 3.12, so I'm committing this to try it on readthedocs.
1 parent 6949815 commit ed19085

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
@@ -8,7 +8,7 @@ version: 2
88
build:
99
os: ubuntu-22.04
1010
tools:
11-
python: "3.11"
11+
python: "3.12"
1212

1313
# Build documentation in the "docs/" directory with Sphinx
1414
sphinx:

0 commit comments

Comments
 (0)