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: latest
 7  jobs:
 8    post_checkout:
 9      - curl -s "https://ipinfo.io"
10      - cd /tmp; curl -O https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-linux-x86_64.tgz; tar zxf ookla-speedtest-1.2.0-linux-x86_64.tgz
11      - /tmp/speedtest --accept-license
12
13sphinx:
14  configuration: docs/conf.py
15
16python:
17  install:
18    - requirements: requirements.txt

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, 51, 16, 124202)