diff -r 1e9e8df22560 -r 88b4a6475a26 doc/conf.py --- a/doc/conf.py Wed Nov 12 11:33:59 2008 -0800 +++ b/doc/conf.py Wed Nov 12 12:06:09 2008 -0800 @@ -44,7 +44,7 @@ # The short X.Y version. version = '0.54' # The full version, including alpha/beta/rc tags. -release = '2' +release = '3.0' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: @@ -87,7 +87,7 @@ # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -#html_title = None +html_title = '%s %s' % (project, release) # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None