From 6a6c841f16890d2335281545cc365e2a999ab374 Mon Sep 17 00:00:00 2001 From: ctn Date: Mon, 18 Jan 2016 10:15:35 +0100 Subject: [PATCH] Quick Sphinx 1.2 porting --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 031a2661..ba927676 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -83,7 +83,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 = 'classic' +html_theme = 'basic' # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -- 2.39.2