From bd2dec698ff2b3ffc841174261f11f0604d33b35 Mon Sep 17 00:00:00 2001 From: Dominik Gresch Date: Sun, 25 Aug 2024 23:49:01 +0200 Subject: [PATCH] Fix RTD build (#239) --- .readthedocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index cd90fa5c..ba58a240 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -17,7 +17,7 @@ build: tools: python: '3.12' jobs: - post_install: + post_create_environment: - pip install poetry - - poetry config virtualenvs.create false - - poetry install --all-extras + post_install: + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with dev --all-extras