Skip to content

Commit 2c3ab34

Browse files
committed
Building docs on Py3.12 and ubuntu 24.04
1 parent 0981fbc commit 2c3ab34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ version: 2
77

88
# Set the version of Python and other tools you might need
99
build:
10-
os: ubuntu-22.04
10+
os: ubuntu-lts-latest
1111
apt_packages:
1212
- default-jre # This seems to be ignored
1313
tools:
14-
python: "3.9"
14+
python: "3.12"
1515
# We can only define the content of the final deployment, if we do the complete build on our own.apt_packages:
1616
# So we need to handle package installation, build start and copying the right files for deployment.
1717
commands:

0 commit comments

Comments
 (0)