https://github.com/byceps/byceps
Tip revision: 8142cf3baa2862a352782fd54339b792a9361323 authored by Jochen Kupperschmidt on 12 February 2026, 22:49:38 UTC
Introduce `blocked` flag for seat
Introduce `blocked` flag for seat
Tip revision: 8142cf3
.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
