From 79875ebd863fd54e68797410b12e822f35a2bfd6 Mon Sep 17 00:00:00 2001 From: Florian BRUNET Date: Wed, 20 Jan 2016 16:27:47 +0100 Subject: [PATCH] Removal of two unrecognized sphinx options in MED's doc. --- doc/dev/sphinx/conf.py.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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'] -- 2.39.2