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 1c0bfaa + 42ca18b commit 8506f4eCopy full SHA for 8506f4e
.readthedocs.yaml
@@ -6,12 +6,10 @@ sphinx:
6
formats: all
7
8
build:
9
- os: ubuntu-20.04
+ os: ubuntu-24.04
10
tools:
11
- python: "3.9"
+ python: "3.13"
12
jobs:
13
- post_create_environment:
14
- - pip install poetry
15
- - poetry config virtualenvs.create false
16
post_install:
17
- - poetry install --with docs
+ - pip install poetry
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
0 commit comments