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 1f60d79 commit 84a4f9eCopy full SHA for 84a4f9e
.readthedocs.yaml
@@ -15,7 +15,7 @@ build:
15
- pip install poetry
16
- poetry config virtualenvs.create false
17
post_install:
18
- - poetry install --with=dev
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with=dev
19
20
# Build documentation in the "docs/" directory with Sphinx
21
sphinx:
0 commit comments