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.10"
7  commands:
8    - pip install -r requirements.txt
9    - python -m sphinx -T -E -j auto -b html -D language=en 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, 8, 31, 10, 12, 43, 671268)