From 5c199ebf18109cd977f5c7c9c97b09c8c2d94847 Mon Sep 17 00:00:00 2001 From: Gensollen Date: Fri, 15 Nov 2024 13:34:33 +0100 Subject: [PATCH] [INFRA] Try not using virtual env in doc deployment (#7) * Try not using virtual env * try different --- .readthedocs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 381fd30..519498c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,8 @@ build: jobs: post_create_environment: - pip install poetry - - poetry install --only docs + post_install: + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs # Build documentation in the "docs/" directory with Sphinx sphinx: