# The short X.Y version.
version = '0.11'
# The full version, including alpha/beta/rc tags.
-release = '0.11.2'
+release = '0.11.3'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
#html_additional_pages = {}
# If false, no module index is generated.
-html_use_modindex = False
+html_use_modindex = False
# Don't generate and index
html_use_index = False
#_stdauthor = r'Greg Ewig\\ Gabriel Gellner, editor'
_stdauthor = r'Stefan Behnel, Robert Bradshaw, William Stein\\ Gary Furnish, Dag Seljebotn, Greg Ewing\\ Gabriel Gellner, editor'
latex_documents = [
- ('index', 'cython.tex',
+ ('index', 'cython.tex',
'Cython Manual', _stdauthor, 'manual')
]