2023-05-03 16:15:04 -06:00
|
|
|
# Read the Docs configuration file
|
|
|
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
|
|
|
|
|
|
version: 2
|
|
|
|
|
|
|
|
|
|
sphinx:
|
|
|
|
|
configuration: docs/conf.py
|
|
|
|
|
|
2023-06-29 12:43:04 -06:00
|
|
|
formats: [htmlzip, pdf, epub]
|
2023-05-03 16:15:04 -06:00
|
|
|
|
|
|
|
|
python:
|
|
|
|
|
install:
|
2024-01-04 15:45:17 -07:00
|
|
|
- requirements: docs/sphinx/requirements.txt
|
2023-05-03 16:15:04 -06:00
|
|
|
|
|
|
|
|
build:
|
2024-01-04 15:45:17 -07:00
|
|
|
os: ubuntu-22.04
|
2023-05-03 16:15:04 -06:00
|
|
|
tools:
|
2024-06-12 15:06:24 -06:00
|
|
|
python: "3.10"
|
2023-05-03 16:15:04 -06:00
|
|
|
apt_packages:
|
|
|
|
|
- "graphviz" # For dot graphs in doxygen
|