summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-07-02 01:07:20 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-07-02 01:07:20 (GMT)
commit15256ba8eeec8483279cbc55ca94b969f3a40c5d (patch)
tree611d9f9c7afec2906f24be0e9f02c21f50e8abed
parentd7982beca93c3f214a58ec423611e0e911c3ef83 (diff)
parent6aeda91941f754c1413d4b23a47b9d14f5911ab3 (diff)
downloadcpython-15256ba8eeec8483279cbc55ca94b969f3a40c5d.zip
cpython-15256ba8eeec8483279cbc55ca94b969f3a40c5d.tar.gz
cpython-15256ba8eeec8483279cbc55ca94b969f3a40c5d.tar.bz2
Merge 3.5
-rw-r--r--Doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index 20086a9..28dd80f 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}