Files
ada_language_server/doc/conf.py
Anthony Leonardo Gracio 05d27e7f8d Include new VS Code UG file in Sphinx doc
For eng/ide/ada_language_server#1705
2025-08-26 13:54:58 +00:00

34 lines
1016 B
Python

# 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 = "Ada & SPARK VS Code Extension User's Guide"
project_copyright = "2024-2025, AdaCore"
author = "AdaCore"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = [
"myst_parser",
]
exclude_patterns = [
"_build",
"Thumbs.db",
".DS_Store",
"gitpod.md",
"devel/*",
]
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = "sphinx_rtd_theme"
myst_heading_anchors = 3