From c0bde64a372bc70f61a5300b61559ec8c07a06a9 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Wed, 1 Jul 2015 21:06:59 -0400 Subject: docs/conf: Undo changes in b2a3baa1c2b0; issue #24400 --- Doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/conf.py') 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} -- cgit v1.2.1