From 60037c3e4e5c672a0b6becc42525bed5ffac0f1c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 6 Jan 2011 12:39:56 +0100 Subject: [PATCH] Get rid of the "v". --- sphinx/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),