diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-07-02 01:07:20 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-07-02 01:07:20 (GMT) |
commit | 15256ba8eeec8483279cbc55ca94b969f3a40c5d (patch) | |
tree | 611d9f9c7afec2906f24be0e9f02c21f50e8abed | |
parent | d7982beca93c3f214a58ec423611e0e911c3ef83 (diff) | |
parent | 6aeda91941f754c1413d4b23a47b9d14f5911ab3 (diff) | |
download | cpython-15256ba8eeec8483279cbc55ca94b969f3a40c5d.zip cpython-15256ba8eeec8483279cbc55ca94b969f3a40c5d.tar.gz cpython-15256ba8eeec8483279cbc55ca94b969f3a40c5d.tar.bz2 |
Merge 3.5
-rw-r--r-- | Doc/conf.py | 2 |
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} |