Switch to new "lighter" doc design.

This commit is contained in:
Georg Brandl 2012-03-25 20:31:57 +02:00
parent 11ee31ab08
commit ab7121430e
4 changed files with 9 additions and 4 deletions

View file

@ -65,9 +65,12 @@ highlight_language = 'python3'
# Options for HTML output
# -----------------------
html_theme = 'default'
html_theme = 'pydoctheme'
html_theme_path = ['tools/sphinxext']
html_theme_options = {'collapsiblesidebar': True}
html_short_title = '%s Documentation' % release
# 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'