From 9151b12248e7e56fcd5df5ce0125e6b1bedfaa9b Mon Sep 17 00:00:00 2001 From: AMontagu Date: Mon, 11 Mar 2024 18:25:28 +0100 Subject: [PATCH] fix doc build --- .readthedocs.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b806e242..55e118aa 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,12 +9,10 @@ build: # Install poetry # https://python-poetry.org/docs/#installing-manually - pip install poetry - # Tell poetry to not use a virtual environment - - poetry config virtualenvs.create false post_install: # Install dependencies with 'docs' dependency group # https://python-poetry.org/docs/managing-dependencies/#dependency-groups - - poetry install --with docs + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs sphinx: configuration: docs/conf.py