# HG changeset patch # User Sandrine Ribeau # Date 1226520369 28800 # Node ID 88b4a6475a2677042d844678fd95d7d2fbc9c615 # Parent 1e9e8df225609a24a368dc53eac6fa22c0e9fda8 Changed title format in relbar so that it will look like "CubicWeb 3.0" 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