From d6acd4f015d3b04d50b0c360baf9ba1709a3c839 Mon Sep 17 00:00:00 2001 From: abn Date: Wed, 14 Oct 2015 13:32:18 +0200 Subject: [PATCH] Nicer theme for tutorial (adaptation to Sphinx 1.3.1) --- doc/tutorial/conf.py.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/tutorial/conf.py.in b/doc/tutorial/conf.py.in index 65d86287c..420f4006b 100644 --- a/doc/tutorial/conf.py.in +++ b/doc/tutorial/conf.py.in @@ -88,10 +88,12 @@ pygments_style = 'sphinx' # Options for HTML output # ----------------------- +html_theme = 'classic' + # 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_style = 'default.css' +#html_style = 'default.css' # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -- 2.39.2