Salome HOME
Set-up Sphinx theme depending on its version
authorvsr <vsr@opencascade.com>
Fri, 22 Jan 2016 16:15:51 +0000 (19:15 +0300)
committervsr <vsr@opencascade.com>
Fri, 22 Jan 2016 16:15:51 +0000 (19:15 +0300)
dev/cmake/source/conf.py
dev/git/conf.py

index 2cc94deef4ee9d4a81e568409da343122a116c96..383d92adfae849fac762b32368796831fbab714a 100644 (file)
@@ -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
index 75375e51877c04af484b27c146df79e81c0c61a9..a3c1ca686ca47a40fee5a64299d0adea332d7d22 100644 (file)
@@ -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