doc/conf.py
changeset 34 88b4a6475a26
parent 31 6cb1b501a044
equal deleted inserted replaced
33:1e9e8df22560 34:88b4a6475a26
    42 # other places throughout the built documents.
    42 # other places throughout the built documents.
    43 #
    43 #
    44 # The short X.Y version.
    44 # The short X.Y version.
    45 version = '0.54'
    45 version = '0.54'
    46 # The full version, including alpha/beta/rc tags.
    46 # The full version, including alpha/beta/rc tags.
    47 release = '2'
    47 release = '3.0'
    48 
    48 
    49 # There are two options for replacing |today|: either, you set today to some
    49 # There are two options for replacing |today|: either, you set today to some
    50 # non-false value, then it is used:
    50 # non-false value, then it is used:
    51 #today = ''
    51 #today = ''
    52 # Else, today_fmt is used as the format for a strftime call.
    52 # Else, today_fmt is used as the format for a strftime call.
    85 # given in html_static_path.
    85 # given in html_static_path.
    86 html_style = 'sphinx-default.css'
    86 html_style = 'sphinx-default.css'
    87 
    87 
    88 # The name for this set of Sphinx documents.  If None, it defaults to
    88 # The name for this set of Sphinx documents.  If None, it defaults to
    89 # "<project> v<release> documentation".
    89 # "<project> v<release> documentation".
    90 #html_title = None
    90 html_title = '%s %s' % (project, release)
    91 
    91 
    92 # A shorter title for the navigation bar.  Default is the same as html_title.
    92 # A shorter title for the navigation bar.  Default is the same as html_title.
    93 #html_short_title = None
    93 #html_short_title = None
    94 
    94 
    95 # The name of an image file (within the static path) to place at the top of
    95 # The name of an image file (within the static path) to place at the top of