From 574b385f8e71781e6d7a53c1fc7373b5ed590459 Mon Sep 17 00:00:00 2001 From: Noah Oblath Date: Tue, 15 Oct 2024 17:22:55 -0700 Subject: [PATCH] Trying out modification of the html_title --- documentation/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/source/conf.py b/documentation/source/conf.py index de8e7336..533d5cc3 100644 --- a/documentation/source/conf.py +++ b/documentation/source/conf.py @@ -146,7 +146,7 @@ # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -html_title = '' +html_title = '\n' # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None