From: vsr Date: Fri, 22 Jan 2016 16:15:51 +0000 (+0300) Subject: Set-up Sphinx theme depending on its version X-Git-Tag: V8_0_0rc1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=92872a2b347e833482ce107e42ffd9edbb320275;p=tools%2Fdocumentation.git Set-up Sphinx theme depending on its version --- diff --git a/dev/cmake/source/conf.py b/dev/cmake/source/conf.py index 2cc94de..383d92a 100644 --- a/dev/cmake/source/conf.py +++ b/dev/cmake/source/conf.py @@ -91,7 +91,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'default' +html_theme = '@SPHINX_THEME@' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the diff --git a/dev/git/conf.py b/dev/git/conf.py index 75375e5..a3c1ca6 100644 --- a/dev/git/conf.py +++ b/dev/git/conf.py @@ -91,7 +91,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'default' +html_theme = '@SPHINX_THEME@' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the