From 8aab250a80266af68507b450b799de95a0cbdfbe Mon Sep 17 00:00:00 2001 From: zlatsic Date: Wed, 25 Sep 2024 00:47:12 +0200 Subject: [PATCH] docs - revert rtd --- .readthedocs.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6489d11..966c017 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,3 +5,12 @@ build: os: ubuntu-20.04 tools: python: "3.12" + jobs: + post_create_environment: + # 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