From 9ff5910d8ab4df29e52c73154e0449718f721f4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Wed, 1 Jan 2025 12:26:17 +0100 Subject: [PATCH] DOC: fixup RTD (when will it end) --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7625953..a5ae64a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,4 +14,4 @@ build: - asdf install uv latest - asdf global uv latest - uv sync --frozen --group docs - - uv run -m sphinx --conf-dir docs/source --fail-on-warning -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html + - uv run -m sphinx --conf-dir docs/source --fail-on-warning -T -b html -d docs/_build/doctrees -D language=en docs/source $READTHEDOCS_OUTPUT/html