fix(user): Eliminate duplicate version string from HTML title

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2024-03-08 10:31:55 -05:00 committed by GitHub
parent 8d7822a328
commit 0b77029367
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ master_doc = 'contents'
#release = '12'
# General information about the project.
project = u'Nextcloud %s User Manual' % (version)
#project = u'Nextcloud %s User Manual' % (version)
#copyright = u'2012-2017, The Nextcloud developers'
# The language for content autogenerated by Sphinx. Refer to documentation
@ -109,7 +109,7 @@ html_theme_path = ['../_shared_assets/themes']
# }
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
#html_title = None
html_title = "%s User Manual" % (project)
# A shorter title for the navigation bar. Default is the same as html_title.
html_short_title = "User Manual"