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 37ca772 commit ac6b3f7Copy full SHA for ac6b3f7
.readthedocs.yml
@@ -13,9 +13,7 @@ build:
13
# Install poetry
14
# https://python-poetry.org/docs/#installing-manually
15
- pip install poetry
16
- # Tell poetry to not use a virtual environment
17
- - poetry config virtualenvs.create false
18
post_install:
19
# Install dependencies with 'docs' dependency group
20
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
21
- - poetry install --only main,docs
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --only main,docs
0 commit comments