LibreQoS/conf.py

27 lines
962 B
Python
Raw Normal View History

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
project = "LibreQoE"
2024-11-03 10:19:13 -06:00
copyright = "2024, LibreQoE, LLC"
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
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
html_theme = "sphinx_rtd_theme"
html_static_path = ["_static"]