Revision 2e587a43a18e32ba0cf63c57989bea7d8d9914b6 authored by Jochen Kupperschmidt on 03 January 2026, 00:18:11 UTC, committed by Jochen Kupperschmidt on 03 January 2026, 00:18:11 UTC
1 parent aac9663
.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 ...