From 5a6241e6e9396a7a32a1aa4e75561abb5e221f0e Mon Sep 17 00:00:00 2001 From: zlatsic Date: Wed, 25 Sep 2024 00:43:25 +0200 Subject: [PATCH] rtd - add poetry to conf --- .readthedocs.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a7d2f73..38568f5 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,7 +10,4 @@ build: # Install poetry # https://python-poetry.org/docs/#installing-manually - python -m pip install poetry - post_install: - # Install dependencies with 'docs' dependency group - # https://python-poetry.org/docs/managing-dependencies/#dependency-groups - - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs + - poetry install