From 2cec174c0cb48f41619b5117ead2d69eb2cb2bae Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Thu, 14 Jan 2016 08:14:47 +0100 Subject: [PATCH] Quick Sphinx 1.2 porting --- doc/tutorial/conf.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/conf.py.in b/doc/tutorial/conf.py.in index 720713374..7cb16dd10 100644 --- a/doc/tutorial/conf.py.in +++ b/doc/tutorial/conf.py.in @@ -88,7 +88,7 @@ pygments_style = 'sphinx' # Options for HTML output # ----------------------- -html_theme = 'classic' +html_theme = 'basic' # 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 -- 2.39.2