We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0981fbc commit 2c3ab34Copy full SHA for 2c3ab34
.readthedocs.yaml
@@ -7,11 +7,11 @@ version: 2
7
8
# Set the version of Python and other tools you might need
9
build:
10
- os: ubuntu-22.04
+ os: ubuntu-lts-latest
11
apt_packages:
12
- default-jre # This seems to be ignored
13
tools:
14
- python: "3.9"
+ python: "3.12"
15
# We can only define the content of the final deployment, if we do the complete build on our own.apt_packages:
16
# So we need to handle package installation, build start and copying the right files for deployment.
17
commands:
0 commit comments