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,