From 047255efb98b92f63571298b0c283d8e1dd0dd4d Mon Sep 17 00:00:00 2001 From: voetberg Date: Mon, 24 Jun 2024 10:04:00 -0500 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3c23844..50bf5df 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,8 +9,7 @@ build: jobs: post_create_environment: - pip install poetry - - poetry config virtualenvs.create false post_install: - - poetry install --with dev + -VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with dev sphinx: configuration: docs/source/conf.py