Skip to content

Commit eb69225

Browse files
committed
fix rtd build for poetry > 1.8
1 parent 96340fd commit eb69225

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/.readthedocs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ build:
1313
jobs:
1414
post_create_environment:
1515
- pip install poetry
16-
- poetry config virtualenvs.create false
1716
post_install:
18-
- poetry install -E rich
17+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install -E rich
1918

2019
# Build documentation in the docs/ directory with Sphinx
2120
sphinx:

0 commit comments

Comments
 (0)