test-builds

GitHub repository to test different Read the Docs builds scenarios.


Read the Docs configuration file used to build this docs:

 1version: 2
 2
 3build:
 4  os: ubuntu-24.04
 5  tools:
 6    python: "3.13"
 7  jobs:
 8    pre_create_environment:
 9      - asdf plugin add uv
10      - asdf install uv latest
11      - asdf global uv latest
12    create_environment:
13      - uv venv
14    install:
15      - uv pip install -r requirements.txt
16    build:
17      html:
18        - uv run sphinx-build -T -b html docs $READTHEDOCS_OUTPUT/html

Sphinx configuration file used to build this docs (see full file),


>>> # Build at
>>> import datetime
>>> datetime.datetime.utcnow()  # UTC
datetime.datetime(2025, 11, 25, 17, 57, 5, 464725)