From 29b8f979f87a2a07938946159bd2e827405258a2 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Wed, 28 Feb 2024 10:03:36 -0500 Subject: Provide top-level description of CTI, TAC, and Governance. Remove build/ tree and add to .gitignore. Includes FAQ section. Signed-off-by: Carlos O'Donell --- source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/conf.py') diff --git a/source/conf.py b/source/conf.py index 2f612ab..c132d06 100644 --- a/source/conf.py +++ b/source/conf.py @@ -7,7 +7,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = 'Core Toolchain Infrastructure Project' -copyright = '2024, CTI TAC' +copyright = '2024, Core Toolchain Infrastructure Project' author = 'CTI TAC' # -- General configuration --------------------------------------------------- @@ -24,5 +24,6 @@ exclude_patterns = [] # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output # 2024-02-12: codonell: Use Piccolo Theme (https://github.com/piccolo-orm/piccolo_theme) +html_title = "Core Toolchain Infrastructure Project" html_theme = 'piccolo_theme' html_static_path = ['_static'] -- cgit 1.2.3-korg