From: NATHALIE GORE Date: Fri, 14 Dec 2018 09:46:50 +0000 (+0100) Subject: Sphinx plus restrictif = > update du conf.py pour avoir de nouveau la doc en V9 X-Git-Tag: V9_3_0rc2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9769c5316caf911a995ac6f87208502d492ec976;p=modules%2Feficas.git Sphinx plus restrictif = > update du conf.py pour avoir de nouveau la doc en V9 --- 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".