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.
2 parents 8e92c42 + 6478d6c commit e5d2559Copy full SHA for e5d2559
1 file changed
.readthedocs.yaml
@@ -10,13 +10,13 @@ sphinx:
10
formats: all
11
12
build:
13
- os: ubuntu-20.04
+ os: ubuntu-24.04
14
tools:
15
- python: "3.9"
+ python: "3.12"
16
jobs:
17
post_create_environment:
18
# Install poetry
19
- - pip install poetry
+ - pip install poetry==1.7.1
20
# Tell poetry to not use a virtual environment
21
- poetry config virtualenvs.create false
22
post_install:
0 commit comments