diff --git a/.readthedocs.yml b/.readthedocs.yml index 03811bb..f3658d5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -12,9 +12,9 @@ build: jobs: post_create_environment: - pip install poetry - - poetry config virtualenvs.create false +# - poetry config virtualenvs.create false post_install: - - poetry install --with docs + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs # Build documentation in the "docs/" directory with Sphinx mkdocs: