We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c986e3 commit f437573Copy full SHA for f437573
python/.readthedocs.yaml
@@ -17,7 +17,7 @@ build:
17
- pip install poetry
18
- poetry config virtualenvs.create false
19
post_install:
20
- - poetry install --directory=python --with dev
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --directory=python --with dev
21
22
# Build documentation with MkDocs
23
mkdocs:
0 commit comments