We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c25c6e3 + eb69225 commit c14e534Copy full SHA for c14e534
doc/.readthedocs.yaml
@@ -13,9 +13,8 @@ build:
13
jobs:
14
post_create_environment:
15
- pip install poetry
16
- - poetry config virtualenvs.create false
17
post_install:
18
- - poetry install -E rich
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install -E rich
19
20
# Build documentation in the docs/ directory with Sphinx
21
sphinx:
0 commit comments