Salome HOME
Set-up Sphinx theme depending on its version
authorvsr <vsr@opencascade.com>
Fri, 22 Jan 2016 15:59:14 +0000 (18:59 +0300)
committervsr <vsr@opencascade.com>
Fri, 22 Jan 2016 15:59:14 +0000 (18:59 +0300)
doc/conf.py.in

index cd471134a1640033aa2972ac016ca4278e80ff13..dee0b25debbec64911c93ec105aef3ca9e1bf61b 100644 (file)
@@ -97,7 +97,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 = 'default'
+html_theme = '@SPHINX_THEME@'
 
 # The name for this set of Sphinx documents.  If None, it defaults to
 # "<project> v<release> documentation".