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-22.04
 5  tools:
 6    python: "3"
 7  apt_packages:
 8    - tree
 9  commands:
10    - pip install -r requirements.txt
11    - sphinx-build -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(2023, 10, 24, 15, 41, 22, 895294)