Revision 39d77a5b424fb17b3775e37c51bbcfc869dbafc8 authored by Jochen Kupperschmidt on 04 September 2025, 12:52:37 UTC, committed by Jochen Kupperschmidt on 04 September 2025, 12:56:03 UTC
1 parent 0c5df40
.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 ...