Skip to content

Commit da5283d

Browse files
authored
docs: Fix readthedocs generation (#10)
1 parent e60ec31 commit da5283d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.readthedocs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ version: 2
33
build:
44
os: "ubuntu-22.04"
55
tools:
6-
python: "3.10"
6+
python: "3.12"
77
jobs:
88
post_create_environment:
9-
- pip install poetry
10-
- poetry config virtualenvs.create false
9+
- python -m pip install poetry
1110
post_install:
12-
- poetry install --with docs
11+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
1312

1413
sphinx:
1514
builder: html

0 commit comments

Comments
 (0)