From 455fe385a5a0478c00c495fee9f56a56210ed0da Mon Sep 17 00:00:00 2001 From: Peter Van Dyken Date: Mon, 26 Feb 2024 23:49:52 -0500 Subject: [PATCH] Correctly activate virtualenv in readthedocs build --- .readthedocs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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