From 83ed87bb1fd78dff32445bcd1c07411e07e05521 Mon Sep 17 00:00:00 2001 From: Collin Dutter Date: Tue, 16 Apr 2024 14:10:29 -0700 Subject: [PATCH] Add missing readthedocs poetry setup --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 4e6ae54a4..d9aa46776 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,9 @@ build: tools: python: "3.11" jobs: + post_create_environment: + - pip install poetry + - poetry config virtualenvs.create false post_install: - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs