From 85e5c7845251d7bc4d83ed3a31a1175e63f973bd Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 26 Oct 2018 08:37:03 +0300 Subject: [PATCH] Prettify documentation: force width of the document area to occupy all available space --- doc/salome/gui/SMESH/conf.py.in | 6 ++++++ 1 file changed, 6 insertions(+) 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". -- 2.30.2