diff --git a/docs/user/build-customization.rst b/docs/user/build-customization.rst index 6a6a32cfeea..b30780aea29 100644 --- a/docs/user/build-customization.rst +++ b/docs/user/build-customization.rst @@ -330,6 +330,7 @@ Take a look at the following example: - pip install poetry # Tell poetry to not use a virtual environment - poetry config virtualenvs.create false + post_install: # Install dependencies with 'docs' dependency group # https://python-poetry.org/docs/managing-dependencies/#dependency-groups - poetry install --with docs