aboutsummaryrefslogtreecommitdiffstats
path: root/source/conf.py
diff options
context:
space:
mode:
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']