diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 218eee3..0a16c54 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,9 +7,8 @@ build: jobs: post_create_environment: - pip install poetry - - poetry config virtualenvs.create false post_install: - - poetry install --with docs + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs sphinx: configuration: docs/conf.py