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 17d8778 commit 8eafdafCopy full SHA for 8eafdaf
docs/user/build-customization.rst
@@ -345,12 +345,12 @@ Take a look at the following example:
345
# Install poetry
346
# https://python-poetry.org/docs/#installing-manually
347
- pip install poetry
348
- # Tell poetry to not use a virtual environment
349
- - poetry config virtualenvs.create false
350
post_install:
351
# Install dependencies with 'docs' dependency group
352
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
353
- - 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
354
355
sphinx:
356
configuration: docs/conf.py
0 commit comments