From: Florian BRUNET Date: Wed, 20 Jan 2016 15:27:47 +0000 (+0100) Subject: Removal of two unrecognized sphinx options in MED's doc. X-Git-Tag: V8_0_0rc1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=79875ebd863fd54e68797410b12e822f35a2bfd6;p=modules%2Fmed.git Removal of two unrecognized sphinx options in MED's doc. --- diff --git a/doc/dev/sphinx/conf.py.in b/doc/dev/sphinx/conf.py.in index e13359b3a..4f940d09f 100644 --- a/doc/dev/sphinx/conf.py.in +++ b/doc/dev/sphinx/conf.py.in @@ -104,10 +104,7 @@ 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 = '@SPHINX_THEME@' -html_theme_options = { - "stickysidebar": "false", - "rightsidebar": "false", -} +#html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = ['themes']