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 bde4455 commit 297e07eCopy full SHA for 297e07e
.readthedocs.yaml
@@ -13,12 +13,12 @@ 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 --with docs
+ # VIRTUAL_ENV needs to be set manually for now.
+ # See https://github.com/readthedocs/readthedocs.org/pull/11152/
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
22
23
sphinx:
24
configuration: docs/source/conf.py
0 commit comments