From 78322c30c64d062d362a15745674f52037917478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20R=2E=20Sch=C3=A4fer?= Date: Fri, 1 Mar 2024 14:59:29 +0100 Subject: [PATCH] set venv in rtd --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1302af38..4960fa77 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,7 +13,7 @@ build: post_install: - pip install poetry - poetry config virtualenvs.create false - - poetry install --with=docs + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs #poetry install --with=docs # Build documentation in the docs/ directory with Sphinx sphinx: