diff --git a/.readthedocs.yml b/.readthedocs.yml index cd90fa5c..ba58a240 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -17,7 +17,7 @@ build: tools: python: '3.12' jobs: - post_install: + post_create_environment: - pip install poetry - - poetry config virtualenvs.create false - - poetry install --all-extras + post_install: + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with dev --all-extras