From 40d24ae3a5cc67daa116666018d0d2c5f2b8ba41 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 8 Mar 2024 10:16:41 -0500 Subject: [PATCH] fix(admin): Eliminate duplicate version string from HTML title Signed-off-by: Josh --- admin_manual/conf.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/admin_manual/conf.py b/admin_manual/conf.py index 1a469042a..f6ead43e5 100644 --- a/admin_manual/conf.py +++ b/admin_manual/conf.py @@ -53,7 +53,8 @@ master_doc = 'contents' #release = '12' # General information about the project. -project = u'Nextcloud %s Administration Manual' % (version) +#project = u'Nextcloud %s Administration Manual' % (version) + #copyright = u'2012-2017, The Nextcloud developers' @@ -109,10 +110,10 @@ html_theme_path = ['../_shared_assets/themes'] # } # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -#html_title = None +html_title = "%s Administration Manual" % (project) # A shorter title for the navigation bar. Default is the same as html_title. -html_short_title = "Server Admin Manual" +#html_short_title = "Server Admin Manual" # The name of an image file (relative to this directory) to place at the top # of the sidebar.