diff --git a/.readthedocs.yml b/.readthedocs.yml index c3a4e3e3..1a248af5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -29,6 +29,5 @@ build: post_create_environment: - pip install poetry - poetry self add "poetry-dynamic-versioning[plugin]" - - poetry config virtualenvs.create false post_install: - - poetry install --with docs + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install --with docs