From: vsr Date: Fri, 22 Jan 2016 16:11:34 +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=c7f63e1565cbbada9aff6b5d0b52a5eb38d5e888;p=modules%2Fjobmanager.git Set-up Sphinx theme depending on its version --- diff --git a/doc/conf.py.in b/doc/conf.py.in index 9569f9d..d2d19d3 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -95,7 +95,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 # " v documentation".