diff --git a/.readthedocs.yaml b/.readthedocs.yaml index be8de8576..bf7948d41 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,4 +15,4 @@ build: - poetry config virtualenvs.create false post_install: # Install dependencies with 'docs' dependency group - - poetry install --with docs + - poetry install --with docs --all-extras