[Python-checkins] cpython (3.5): docs/conf: Undo changes in b2a3baa1c2b0; issue #24400

yury.selivanov python-checkins at python.org
Thu Jul 2 03:07:23 CEST 2015


https://hg.python.org/cpython/rev/68996acdec6f
changeset:   96748:68996acdec6f
branch:      3.5
parent:      96746:b2a3baa1c2b0
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Wed Jul 01 21:06:59 2015 -0400
summary:
  docs/conf: Undo changes in b2a3baa1c2b0; issue #24400

files:
  Doc/conf.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/conf.py b/Doc/conf.py
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -44,7 +44,7 @@
 # -----------------------
 
 # Use our custom theme.
-html_theme = 'classic'
+html_theme = 'pydoctheme'
 html_theme_path = ['tools']
 html_theme_options = {'collapsiblesidebar': True}
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list