From 6c4a42763edbad345290d9bbb757095a67275837 Mon Sep 17 00:00:00 2001 From: Paul RASCLE Date: Mon, 18 Apr 2016 14:04:36 +0200 Subject: [PATCH] Sphinx style for html doc --- src/Tools/blocFissure/doc/conf.py.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Tools/blocFissure/doc/conf.py.in b/src/Tools/blocFissure/doc/conf.py.in index 47bfec558..72abf4e5f 100644 --- a/src/Tools/blocFissure/doc/conf.py.in +++ b/src/Tools/blocFissure/doc/conf.py.in @@ -83,7 +83,8 @@ 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_style = 'default' +#html_style = 'default' +html_theme = 'default' # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -- 2.30.2