https://github.com/byceps/byceps
Tip revision: 59c49841a2a97e29c7d9d4fc7a503fef0a413b71 authored by Jochen Kupperschmidt on 11 March 2026, 08:24:05 UTC
Update pyfakefs to v6.1.4 (from v6.1.1)
Update pyfakefs to v6.1.4 (from v6.1.1)
Tip revision: 59c4984
.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
