mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Get rid of the "v".
This commit is contained in:
parent
154f9bf8ea
commit
60037c3e4e
@ -76,7 +76,7 @@ class Config(object):
|
|||||||
html_theme = ('default', 'html'),
|
html_theme = ('default', 'html'),
|
||||||
html_theme_path = ([], 'html'),
|
html_theme_path = ([], 'html'),
|
||||||
html_theme_options = ({}, 'html'),
|
html_theme_options = ({}, 'html'),
|
||||||
html_title = (lambda self: '%s v%s documentation' %
|
html_title = (lambda self: '%s %s documentation' %
|
||||||
(self.project, self.release),
|
(self.project, self.release),
|
||||||
'html'),
|
'html'),
|
||||||
html_short_title = (lambda self: self.html_title, 'html'),
|
html_short_title = (lambda self: self.html_title, 'html'),
|
||||||
|
Loading…
Reference in New Issue
Block a user