diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3427bc8..dee1322 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,4 +15,4 @@ build: - "poetry config virtualenvs.create false" post_install: - - "poetry install --only doc" \ No newline at end of file + - "poetry install --with=doc" \ No newline at end of file