"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

.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 <heinrich.schuchardt@canonical.com>
Reviewed-by: Tom Rini <trini@konsulko.com>

authored by

Heinrich Schuchardt and committed by
Tom Rini
93cfcb02 6ebfafe8

+2 -2
+2 -2
.readthedocs.yml
··· 6 6 version: 2 7 7 8 8 build: 9 - os: "ubuntu-20.04" 9 + os: "ubuntu-24.04" 10 10 apt_packages: 11 11 - python3-six 12 12 tools: 13 - python: "3.9" 13 + python: "3.12" 14 14 15 15 # Build documentation in the docs/ directory with Sphinx 16 16 sphinx: