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-lts-latest
5 tools:
6 python: "3"
7
8sphinx:
9 configuration: docs/conf.py
10
11python:
12 install:
13 - method: uv
14 command: pip
15 requirements: requirements.txt
16
Sphinx configuration file used to build this docs (see full file),
>>> # Build at
>>> import datetime
>>> datetime.datetime.utcnow() # UTC
datetime.datetime(2026, 6, 4, 9, 29, 16, 710513)