Skip to content

Commit b4c134e

Browse files
committed
Fix Poetry & ReadTheDocs
1 parent 5921df6 commit b4c134e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.readthedocs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ build:
1313
tools:
1414
python: "3.10"
1515
jobs:
16+
post_create_environment:
17+
- pip install poetry
1618
post_install:
17-
- pip install -U poetry
18-
- poetry config virtualenvs.create false
19-
- poetry install --with docs
19+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
20+

0 commit comments

Comments
 (0)