2023-10-25 20:00:42 +00: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 21:15:39 +00:00
|
|
|
# Build HTMLZip
|
|
|
|
formats:
|
|
|
|
- htmlzip
|
|
|
|
|
2023-10-25 20:00:42 +00:00
|
|
|
# Build documentation in the docs/ directory with Sphinx
|
|
|
|
sphinx:
|
2023-10-26 18:39:43 +00:00
|
|
|
configuration: doc/conf.py
|
2023-10-25 20:00:42 +00:00
|
|
|
|
|
|
|
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|
2023-10-26 19:02:35 +00:00
|
|
|
python:
|
|
|
|
install:
|
|
|
|
- requirements: doc/requirements.txt
|