From 1f6465819d4d2ac86bb8451df9e05cb22b07bf3a Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 8 Mar 2024 10:18:33 -0500 Subject: [PATCH] enh(sphinx): Add global project title Signed-off-by: Josh --- conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf.py b/conf.py index 591c21bf0..9c3b4297b 100644 --- a/conf.py +++ b/conf.py @@ -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,