summaryrefslogtreecommitdiff
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-07-01 21:06:59 -0400
committerYury Selivanov <yselivanov@sprymix.com>2015-07-01 21:06:59 -0400
commitc0bde64a372bc70f61a5300b61559ec8c07a06a9 (patch)
treef6141bb98ed081cdb80434e295a5ff54ac2d986a /Doc/conf.py
parent77b00c04d041134c25c05cb7670880aa260e12ea (diff)
downloadcpython-c0bde64a372bc70f61a5300b61559ec8c07a06a9.tar.gz
docs/conf: Undo changes in b2a3baa1c2b0; issue #24400
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index 20086a9c18..28dd80f859 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -44,7 +44,7 @@ exclude_patterns = ['venv/*']
# -----------------------
# Use our custom theme.
-html_theme = 'classic'
+html_theme = 'pydoctheme'
html_theme_path = ['tools']
html_theme_options = {'collapsiblesidebar': True}