From 32a63a4c09292ece63622600da6c3bbf837ebb57 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Mon, 11 Mar 2024 16:22:50 +0100 Subject: [PATCH] .readthedocs: Fix change in handling of venv. --- .readthedocs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index ea2de5c..f868fca 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -12,9 +12,8 @@ build: jobs: post_create_environment: - pip install poetry - - poetry config virtualenvs.create false post_install: - - poetry install --only=doc + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --only=doc # Build documentation in the doc/main/ directory with Sphinx sphinx: