From 15d3ec3ee96cc29cf6eb37da7954ca416109db3d Mon Sep 17 00:00:00 2001 From: Dhruv Garg <63773208+vrudhgarg@users.noreply.github.com> Date: Thu, 23 Jan 2025 14:14:54 -0800 Subject: [PATCH] fixing readthedocs yaml --- .readthedocs.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4199db0..624aec6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,6 +11,14 @@ build: os: ubuntu-24.04 tools: python: "3.11" + jobs: + post_create_environment: + # Install poetry + # https://python-poetry.org/docs/#installing-manually + - pip install poetry + post_install: + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --all-groups + # Build documentation in the "docs/" directory with Sphinx sphinx: