diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-07-02 01:06:59 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-07-02 01:06:59 (GMT) |
commit | 6aeda91941f754c1413d4b23a47b9d14f5911ab3 (patch) | |
tree | 637d13ff741bbea59e0d0182177f8da0eccc836f | |
parent | cc1d0287b5c775ff35dc6af25009646e034a0a75 (diff) | |
download | cpython-6aeda91941f754c1413d4b23a47b9d14f5911ab3.zip cpython-6aeda91941f754c1413d4b23a47b9d14f5911ab3.tar.gz cpython-6aeda91941f754c1413d4b23a47b9d14f5911ab3.tar.bz2 |
docs/conf: Undo changes in b2a3baa1c2b0; issue #24400
-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} |