From e984f8a8997a40708c36d26317e25ed9092afe1c Mon Sep 17 00:00:00 2001 From: Richard Nemeth Date: Sun, 7 Apr 2024 13:36:58 +0200 Subject: [PATCH] ci: fix docs pipeline --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 227f9ee..5c6fe4a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,7 +5,7 @@ build: tools: python: "3.12" jobs: + post_create_environment: + - python -m pip install poetry post_install: - - pip install -U poetry - - poetry config virtualenvs.create false - - poetry install -E docs + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install -E docs