From c47f0844a5b7fa9d27f9cc6bc2d7ea1f3b0689ee Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 6 Jul 2015 18:19:23 +0530 Subject: [PATCH] ... --- manual/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/conf.py b/manual/conf.py index fadd4f1607..4897f0cc43 100644 --- a/manual/conf.py +++ b/manual/conf.py @@ -109,7 +109,7 @@ pygments_style = 'sphinx' # The style sheet to use for HTML and HTML Help pages. A file of that name # must exist either in Sphinx' static/ path, or in one of the custom paths # given in html_static_path. -html_theme = 'default' +html_theme = 'classic' html_theme_options = {'stickysidebar':'true', 'relbarbgcolor':'black'} # Put the quick search box on top html_sidebars = {