From e71dbda97146e07dba429ca3a2a08b9aa37f225e Mon Sep 17 00:00:00 2001 From: Javed Habib Date: Thu, 30 May 2024 14:13:44 +0530 Subject: [PATCH] config --- .readthedocs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d194a22..604319a 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,10 +7,9 @@ build: python: '3.12' jobs: post_create_environment: - - pip install poetry - - poetry config virtualenvs.create false + - python -m pip install poetry post_install: - - poetry install + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs sphinx: configuration: docs/source/conf.py