(original) (raw)

changeset: 96748:68996acdec6f branch: 3.5 parent: 96746:b2a3baa1c2b0 user: Yury Selivanov yselivanov@sprymix.com date: Wed Jul 01 21:06:59 2015 -0400 files: Doc/conf.py description: docs/conf: Undo changes in b2a3baa1c2b0; issue #24400 diff -r b2a3baa1c2b0 -r 68996acdec6f Doc/conf.py --- a/Doc/conf.py Wed Jul 01 12:49:00 2015 -0400 +++ b/Doc/conf.py Wed Jul 01 21:06:59 2015 -0400 @@ -44,7 +44,7 @@ # ----------------------- # Use our custom theme. -html_theme = 'classic' +html_theme = 'pydoctheme' html_theme_path = ['tools'] html_theme_options = {'collapsiblesidebar': True} /yselivanov@sprymix.com