Skip to content

Commit 93cfcb0

Browse files
xyprontrini
authored andcommitted
.readthedocs.yml: update Python version and Ubuntu release
The current documentation build dependencies are not compatible with Python 3.9. Update to Python 3.12. Use the current Ubuntu LTS release, i.e. 24.04 Noble Numbat. Signed-off-by: Heinrich Schuchardt <[email protected]> Reviewed-by: Tom Rini <[email protected]>
1 parent 6ebfafe commit 93cfcb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
version: 2
77

88
build:
9-
os: "ubuntu-20.04"
9+
os: "ubuntu-24.04"
1010
apt_packages:
1111
- python3-six
1212
tools:
13-
python: "3.9"
13+
python: "3.12"
1414

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

0 commit comments

Comments
 (0)