From 7e62c9dbdeb7b0481e1a9bf347ff1b4aa8aa2ef9 Mon Sep 17 00:00:00 2001 From: Andrew French Date: Wed, 28 Feb 2024 11:18:53 -0700 Subject: [PATCH] Update readthedocs build def (#223) --- .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