Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
385 B
YAML
Raw Permalink Normal View History

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:
- requirements: docs/sphinx/requirements.txt
2023-05-03 16:15:04 -06:00
build:
os: ubuntu-22.04
2023-05-03 16:15:04 -06:00
tools:
python: "3.10"
2023-05-03 16:15:04 -06:00
apt_packages:
- "graphviz" # For dot graphs in doxygen