Salome HOME
Sphinx plus restrictif = > update du conf.py pour avoir de nouveau la doc en V9
authorNATHALIE GORE <ng13417n@dsp0657862.postes.calibre.edf.fr>
Fri, 14 Dec 2018 09:46:50 +0000 (10:46 +0100)
committerNATHALIE GORE <ng13417n@dsp0657862.postes.calibre.edf.fr>
Fri, 14 Dec 2018 09:46:50 +0000 (10:46 +0100)
doc/conf.py.in

index 117bb3277375bc64be181883b73586c02ac274d7..191e21b8a1542e918e8410c484fd24c00aa05ecd 100644 (file)
@@ -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
 # "<project> v<release> documentation".