From c4197022637e4c445405395fe72b97a8a800d5a5 Mon Sep 17 00:00:00 2001 From: Felix Hekhorn Date: Wed, 17 Apr 2024 16:57:13 +0300 Subject: [PATCH] Update rtd config --- .readthedocs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9d8a76de..b73cf25f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,9 +13,8 @@ build: jobs: post_create_environment: - pip install poetry - - poetry config virtualenvs.create false post_install: - - poetry install --with docs + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs # Build documentation in the docs/ directory with Sphinx sphinx: