From 6f4e80d1efc160d173a9b613ce7f3fa4ec6e222c Mon Sep 17 00:00:00 2001 From: Popeye-007 <68699881+popeye-007@users.noreply.github.com> Date: Fri, 24 Apr 2026 06:23:39 +0200 Subject: [PATCH] Update .readthedocs.yaml fix --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 28bb51d9..ff2bef8b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,6 +8,6 @@ build: - asdf install uv latest - asdf global uv latest - uv run --group docs sphinx-build -W -b dirhtml docs $READTHEDOCS_OUTPUT/html - formats: - - epub - - pdf +formats: +- epub +- pdf