Skip to content

Commit 8da61a4

Browse files
committed
fix ReadTheDocs build: upgrade Python 3.9 → 3.11
sphinx-autodocgen requires Sphinx ≥8.0 which needs Python ≥3.10, causing the RTD build to fail on Python 3.9. Also bump OS to ubuntu-22.04.
1 parent fc0e55c commit 8da61a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2
22

33
build:
4-
os: ubuntu-20.04
4+
os: ubuntu-22.04
55
tools:
6-
python: "3.9"
6+
python: "3.11"
77

88
sphinx:
99
configuration: docs/source/conf.py

0 commit comments

Comments
 (0)