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 da4a0a4 commit e350b52Copy full SHA for e350b52
.readthedocs.yaml
@@ -9,12 +9,10 @@ build:
9
# Install poetry
10
# https://python-poetry.org/docs/#installing-manually
11
- python -m pip install poetry
12
- # Tell poetry to not use a virtual environment
13
- - python -m poetry config virtualenvs.create false
14
post_install:
15
# Install dependencies with 'docs' dependency group
16
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
17
- - python -m poetry install --with docs
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
18
19
sphinx:
20
configuration: docs/conf.py
0 commit comments