Revision 46418cd2e21a4b31a54204c5536bb5670cdc28ca authored by Jochen Kupperschmidt on 15 November 2025, 16:19:26 UTC, committed by Jochen Kupperschmidt on 15 November 2025, 16:19:26 UTC
1 parent 4579f50
.readthedocs.yaml
version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.13"
commands:
- asdf plugin add uv
- asdf install uv latest
- asdf global uv latest
- uv sync --frozen --only-group docs
- uv run -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
sphinx:
configuration: docs/conf.py
formats: all

Computing file changes ...