2023-10-25 16:00:42 -04:00
|
|
|
# Read the Docs configuration file
|
|
|
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
|
|
|
|
|
|
version: 2
|
|
|
|
|
|
|
|
|
|
build:
|
|
|
|
|
os: ubuntu-22.04
|
|
|
|
|
tools:
|
|
|
|
|
python: "3.11"
|
|
|
|
|
|
2023-11-01 17:15:39 -04:00
|
|
|
# Build HTMLZip
|
|
|
|
|
formats:
|
|
|
|
|
- htmlzip
|
|
|
|
|
|
2023-10-25 16:00:42 -04:00
|
|
|
# Build documentation in the docs/ directory with Sphinx
|
|
|
|
|
sphinx:
|
2023-10-26 14:39:43 -04:00
|
|
|
configuration: doc/conf.py
|
2023-10-25 16:00:42 -04:00
|
|
|
|
|
|
|
|
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|
2023-10-26 15:02:35 -04:00
|
|
|
python:
|
|
|
|
|
install:
|
|
|
|
|
- requirements: doc/requirements.txt
|