From 4873f16a4bd066b32e052bbf921697f02aebdfc1 Mon Sep 17 00:00:00 2001 From: voetberg Date: Mon, 22 Jul 2024 10:41:50 -0500 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8d2aa0b..c9124b5 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,10 +8,8 @@ build: python: "3.10" jobs: post_create_environment: - - pip install poetry - - poetry config virtualenvs.create false + - pip install poetry post_install: - - poetry install - + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with dev sphinx: - configuration: docs/conf.py \ No newline at end of file + configuration: docs/conf.py