brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.1 KiB · 08a991a Raw
33 lines · python
1# Configuration file for the Sphinx documentation builder.2#3# For the full list of built-in configuration values, see the documentation:4# https://www.sphinx-doc.org/en/master/usage/configuration.html5 6# -- Project information -----------------------------------------------------7# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information8 9project = "Offload"10copyright = "2025, LLVM project"11author = "LLVM project"12 13# -- General configuration ---------------------------------------------------14# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration15 16extensions = []17 18templates_path = ["_templates"]19exclude_patterns = []20 21# -- C domain configuration --------------------------------------------------22# https://www.sphinx-doc.org/en/master/usage/configuration.html#c-config23 24c_maximum_signature_line_length = 6025 26# -- Options for HTML output -------------------------------------------------27# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output28 29html_theme = "llvm-theme"30html_theme_path = ["_themes"]31html_static_path = ["_static"]32html_favicon = "_static/favicon.ico"33