From: vsr Date: Fri, 22 Jan 2016 16:06:55 +0000 (+0300) Subject: Set-up Sphinx theme depending on its version X-Git-Tag: V8_0_0rc1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2f2b88a98ede782c1630e70662a34777346fa280;p=modules%2Fhexablock.git Set-up Sphinx theme depending on its version --- diff --git a/doc/conf.py.in b/doc/conf.py.in index f4564a2..d142090 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -105,7 +105,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 style sheet to use for HTML and HTML Help pages. A file of that name # must exist either in Sphinx' static/ path, or in one of the custom paths