From beb00f55a8729657f0172682980f6084c08a5953 Mon Sep 17 00:00:00 2001 From: Henry Lindeman Date: Wed, 29 Jan 2025 09:11:42 -0800 Subject: [PATCH] add another --no-root for rtd --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e1d9ef60d..4faaf9e83 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,7 +16,7 @@ build: - pip install poetry post_install: # Install sycamore with poetry (instead of pip) - - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --extras "docs" + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --extras "docs" --no-root # Build documentation in the "docs/" directory with Sphinx sphinx: