From 89c65efc0d201347f2cdbe3ccf9f25b7a61f7e86 Mon Sep 17 00:00:00 2001 From: baseplate-admin <61817579+baseplate-admin@users.noreply.github.com> Date: Sat, 13 Apr 2024 09:25:27 +0600 Subject: [PATCH] Update .readthedocs.yml https://github.com/readthedocs/readthedocs.org/issues/4912#issuecomment-1992286540 --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index bc433fe..1e8ec15 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -22,8 +22,8 @@ build: post_install: # Install dependencies with 'docs' dependency group # https://python-poetry.org/docs/managing-dependencies/#dependency-groups - - poetry install --with docs - - poetry shell + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs + # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: docs/conf.py