Readthedocs now requires all packages for running the pre-build scripts

This commit is contained in:
Patrick Robertson
2025-02-11 18:38:41 +00:00
parent 2c87474186
commit a307d09e67

View File

@@ -15,7 +15,7 @@ build:
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
# 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 --only docs
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
sphinx: