Revert accidental debugging leftover.

This commit is contained in:
Georg Brandl 2009-02-07 19:35:53 +01:00
parent d60aadc13d
commit d01410c873

View File

@ -82,8 +82,6 @@ html_style = 'sphinxdoc.css'
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_collapse_toctree = True
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
html_last_updated_fmt = '%b %d, %Y'