Skip to content

Commit 8506f4e

Browse files
authored
Merge pull request #412 from kurtmckee/fix-readthedocs-builds
Fix Read the Docs builds
2 parents 1c0bfaa + 42ca18b commit 8506f4e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ sphinx:
66
formats: all
77

88
build:
9-
os: ubuntu-20.04
9+
os: ubuntu-24.04
1010
tools:
11-
python: "3.9"
11+
python: "3.13"
1212
jobs:
13-
post_create_environment:
14-
- pip install poetry
15-
- poetry config virtualenvs.create false
1613
post_install:
17-
- poetry install --with docs
14+
- pip install poetry
15+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs

0 commit comments

Comments
 (0)