From 0e1fcadb70eb49adb7a84afec9410bf3de12720a Mon Sep 17 00:00:00 2001 From: "Matthew R. Becker" Date: Sat, 6 Jun 2026 05:23:24 -0500 Subject: [PATCH] fix: more rtd fixes --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ba5e3712..ceec0e7c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,6 +12,7 @@ build: - git fetch --all --tags || true - if [ "${READTHEDOCS_VERSION_TYPE}" = "tag" ]; then git checkout ${READTHEDOCS_GIT_IDENTIFIER}; fi - if [ "${READTHEDOCS_VERSION_TYPE}" = "branch" ]; then git checkout ${READTHEDOCS_GIT_IDENTIFIER}; fi + - pip install --no-deps . - pip install uv - uv sync --extra docs - uv run sphinx-build -b html docs $READTHEDOCS_OUTPUT/html