Skip to content

Commit 9b9c9df

Browse files
authored
docs: Fix readthedocs generation (#292)
1 parent 49641f0 commit 9b9c9df

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.readthedocs.yml

+3-4
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)