We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351ca37 commit 172259dCopy full SHA for 172259d
.readthedocs.yaml
@@ -15,12 +15,12 @@ build:
15
# Install poetry
16
# https://python-poetry.org/docs/#installing-manually
17
- pip install poetry
18
- # Tell poetry to not use a virtual environment
19
- - poetry config virtualenvs.create false
20
post_install:
21
# Install dependencies with 'docs' dependency group
22
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
23
- - 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
24
25
# Build documentation in the docs/ directory with Sphinx
26
sphinx:
0 commit comments