From c3d8ec060de9c5a76d7d9482a071edabe8d8603f Mon Sep 17 00:00:00 2001 From: Seung Hyun Kim Date: Tue, 26 Mar 2024 15:49:38 -0500 Subject: [PATCH] update rtd: add virtual env path --- .readthedocs.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8052da0a5..85593d5ed 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,10 +10,7 @@ build: - pip install poetry - poetry config virtualenvs.create false post_install: - - poetry install --all-extras - - which python - - which pip - - pip list + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --all-extras # Build documentation in the docs/ directory with Sphinx sphinx: