From a42e68d1ac848463dfc8fc144173a2a74f33abc9 Mon Sep 17 00:00:00 2001 From: CJ Green <44074998+okaycj@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:06:23 -0400 Subject: [PATCH] readthedocs config --- .readthedocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index bb99c1a..50f7f27 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -19,7 +19,8 @@ build: # https://python-poetry.org/docs/managing-dependencies/#dependency-groups # VIRTUAL_ENV needs to be set manually for now. # See https://github.com/readthedocs/readthedocs.org/pull/11152/ - - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make build + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --no-root --sync + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry run mkdocs build mkdocs: configuration: mkdocs.yml