From: abn Date: Wed, 14 Oct 2015 11:32:18 +0000 (+0200) Subject: Nicer theme for tutorial (adaptation to Sphinx 1.3.1) X-Git-Tag: V7_7_0_WIN~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d6acd4f015d3b04d50b0c360baf9ba1709a3c839;p=modules%2Fmed.git Nicer theme for tutorial (adaptation to Sphinx 1.3.1) --- 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".