From 66a4130620dcbdac6439202207ac32196ca7444c Mon Sep 17 00:00:00 2001 From: RalfG Date: Fri, 10 Jul 2026 14:22:01 +0200 Subject: [PATCH] fix: add readthedocs.yaml config --- .readthedocs.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..4c08f37 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,15 @@ +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 + +build: + os: ubuntu-24.04 + tools: + python: "3.13" + commands: + - asdf plugin add uv + - asdf install uv latest + - asdf global uv latest + - uv sync --group docs + - uv run python -m sphinx -T -b dirhtml docs/source $READTHEDOCS_OUTPUT/html