From ad93d813798a0422ca440a2136728054e019c625 Mon Sep 17 00:00:00 2001 From: betolink Date: Thu, 29 Feb 2024 05:49:10 -0600 Subject: [PATCH] fix rtd --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 1bc24429..acea8084 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -21,7 +21,7 @@ build: post_install: # Install dependencies with 'docs' dependency group # https://python-poetry.org/docs/managing-dependencies/#dependency-groups - - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry env info - pip freeze