From deba4a29d5190399e74fb2b7927c15bf28a02ba1 Mon Sep 17 00:00:00 2001 From: Andrew French Date: Wed, 28 Feb 2024 10:16:59 -0800 Subject: [PATCH] Update readthedocs build def --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d2a34089..eebfa731 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,7 +10,7 @@ build: - poetry config virtualenvs.create false - git clone -b $([ $READTHEDOCS_VERSION_NAME = "latest" ] && echo "main" || echo "dev") https://github.com/griptape-ai/griptape.git post_install: - - poetry install --with docs + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs mkdocs: configuration: mkdocs.yml