aboutsummaryrefslogtreecommitdiffstats
path: root/source/conf.py
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2024-02-28 10:03:36 -0500
committerCarlos O'Donell <carlos@redhat.com>2024-02-28 10:05:45 -0500
commit29b8f979f87a2a07938946159bd2e827405258a2 (patch)
treea6860997f3d53a4be281d6b7f56beb9684af5954 /source/conf.py
parent5fbfd1d8f7391dd40fd9aeec0d775165a30cffc5 (diff)
downloadcti.coretoolchain.dev-29b8f979f87a2a07938946159bd2e827405258a2.tar.gz
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 <carlos@redhat.com>
Diffstat (limited to 'source/conf.py')
-rw-r--r--source/conf.py3
1 files changed, 2 insertions, 1 deletions
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']