From: vsr Date: Fri, 26 Oct 2018 05:37:03 +0000 (+0300) Subject: Prettify documentation: force width of the document area to occupy all available... X-Git-Tag: V9_2_0a2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=85e5c7845251d7bc4d83ed3a31a1175e63f973bd;ds=inline Prettify documentation: force width of the document area to occupy all available space --- diff --git a/doc/salome/gui/SMESH/conf.py.in b/doc/salome/gui/SMESH/conf.py.in index 3fc554654..535e528f4 100644 --- a/doc/salome/gui/SMESH/conf.py.in +++ b/doc/salome/gui/SMESH/conf.py.in @@ -107,6 +107,12 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. Major themes that come with # Sphinx are currently 'default' and 'sphinxdoc'. html_theme = 'default' if sphinx.version_info[:2] < (1,3) else 'classic' +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".