From b2285f9643af40d03089c82aa9304b9760ab5ed9 Mon Sep 17 00:00:00 2001 From: Tom Wojcik Date: Sun, 10 Nov 2024 11:18:30 +0100 Subject: [PATCH] update rtd --- .readthedocs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 82473625..c9b38b4e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,10 +5,10 @@ build: tools: python: "3.11" jobs: - pre_build: - - pip install poetry - - poetry config virtualenvs.create false - - poetry install --only docs + post_create_environment: + - python -m pip install poetry + post_install: + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs sphinx: configuration: docs/source/conf.py