From 9769c5316caf911a995ac6f87208502d492ec976 Mon Sep 17 00:00:00 2001 From: NATHALIE GORE Date: Fri, 14 Dec 2018 10:46:50 +0100 Subject: [PATCH] Sphinx plus restrictif = > update du conf.py pour avoir de nouveau la doc en V9 --- doc/conf.py.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/conf.py.in b/doc/conf.py.in index 117bb327..191e21b8 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -83,7 +83,13 @@ 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 = '@SPHINX_THEME@' +html_theme = 'default' +themes_options = {} +themes_options['classic'] = { + 'body_max_width':'none', + 'body_min_width':0, +} +html_theme_options = themes_options.get(html_theme, {}) # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -- 2.39.2