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.
1 parent 96340fd commit eb69225Copy full SHA for eb69225
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