Get rid of the "v".

This commit is contained in:
Georg Brandl 2011-01-06 12:39:56 +01:00
parent 154f9bf8ea
commit 60037c3e4e

View File

@ -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'),