2023-05-19 10:43:52 -05:00
|
|
|
# Configuration file for the Sphinx documentation builder.
|
|
|
|
#
|
|
|
|
# For the full list of built-in configuration values, see the documentation:
|
|
|
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html
|
|
|
|
|
|
|
|
# -- Project information -----------------------------------------------------
|
|
|
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
|
|
|
|
2023-05-19 13:58:30 -05:00
|
|
|
project = "LibreQoE"
|
2024-11-03 10:19:13 -06:00
|
|
|
copyright = "2024, LibreQoE, LLC"
|
2023-05-19 13:58:30 -05:00
|
|
|
author = "Zach Biles"
|
2023-05-19 10:43:52 -05:00
|
|
|
|
|
|
|
# -- General configuration ---------------------------------------------------
|
|
|
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
|
|
|
|
2023-09-28 10:25:36 -05:00
|
|
|
extensions = ["myst_parser"]
|
2023-05-19 10:43:52 -05:00
|
|
|
|
2023-05-19 13:58:30 -05:00
|
|
|
templates_path = ["_templates"]
|
|
|
|
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
|
2023-05-19 10:43:52 -05:00
|
|
|
|
|
|
|
|
|
|
|
# -- Options for HTML output -------------------------------------------------
|
|
|
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
|
|
|
|
2023-05-19 13:58:30 -05:00
|
|
|
html_theme = "sphinx_rtd_theme"
|
|
|
|
html_static_path = ["_static"]
|