enh(sphinx): Add global project title

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2024-03-08 10:18:33 -05:00 committed by GitHub
parent 40d24ae3a5
commit 1f6465819d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,9 @@ version = 'latest'
# The full version, including alpha/beta/rc tags.
release = version
# General information about the project.
project = u'Nextcloud Server (%s)' % (version)
# RTD theme options
html_theme_options = {
'logo_only': True,