diff --git a/sphinx/config.py b/sphinx/config.py index 73fcf2be4..3c46b0ef2 100644 --- a/sphinx/config.py +++ b/sphinx/config.py @@ -76,7 +76,7 @@ class Config(object): html_theme = ('default', 'html'), html_theme_path = ([], 'html'), html_theme_options = ({}, 'html'), - html_title = (lambda self: '%s v%s documentation' % + html_title = (lambda self: '%s %s documentation' % (self.project, self.release), 'html'), html_short_title = (lambda self: self.html_title, 'html'),