From: vsr Date: Fri, 22 Jan 2016 15:39:17 +0000 (+0300) Subject: Set-up Sphinx theme depending on its version X-Git-Tag: V8_0_0rc1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c4f24fd98334238327e012d534a9607955e05a4a;p=modules%2Fparavis.git Set-up Sphinx theme depending on its version --- diff --git a/doc/dev/conf.py.in b/doc/dev/conf.py.in index 5edc80e2..fd689b59 100644 --- a/doc/dev/conf.py.in +++ b/doc/dev/conf.py.in @@ -103,11 +103,8 @@ 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 = 'classic' -html_theme_options = { - "stickysidebar": "false", - "rightsidebar": "false", -} +html_theme = '@SPHINX_THEME@' +#html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = ['themes']