From ff6102d65e253ac66944986467c46a0f787f9d28 Mon Sep 17 00:00:00 2001 From: CJ Green <44074998+okaycj@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:09:49 -0400 Subject: [PATCH] readthedocs config --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 50f7f27..5a52a1c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -20,7 +20,7 @@ build: # VIRTUAL_ENV needs to be set manually for now. # See https://github.com/readthedocs/readthedocs.org/pull/11152/ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --no-root --sync - - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry run mkdocs build + && poetry run mkdocs build mkdocs: configuration: mkdocs.yml