From 219c8dab3b0e644b8528f2512d9c990def3f997d Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Wed, 20 Jan 2016 09:39:13 +0100 Subject: [PATCH] Porting to sphinx 1.2 --- doc/dev/sphinx/conf.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/sphinx/conf.py.in b/doc/dev/sphinx/conf.py.in index de917ad04..e71a94f59 100644 --- a/doc/dev/sphinx/conf.py.in +++ b/doc/dev/sphinx/conf.py.in @@ -103,7 +103,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. Major themes that come with # Sphinx are currently 'default' and 'sphinxdoc'. -html_theme = 'classic' +html_theme = 'basic' html_theme_options = { "stickysidebar": "false", "rightsidebar": "false", -- 2.39.2