Skip to content

Commit c14e534

Browse files
authored
Merge pull request #114 from bckohan/v2.x.x
fix rtd build for poetry > 1.8
2 parents c25c6e3 + eb69225 commit c14e534

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)