From: vsr Date: Fri, 22 Jan 2016 16:07:53 +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=0c8fb72b47ff012191e11995b1f4703e97fbbc24;hp=f2cde5cce2779acb64c69743f46c5a72b5ce281f;p=modules%2Fhomard.git Set-up Sphinx theme depending on its version --- diff --git a/doc/en/conf.py.in b/doc/en/conf.py.in index 9de56297..f9e2ce0f 100644 --- a/doc/en/conf.py.in +++ b/doc/en/conf.py.in @@ -91,7 +91,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@' # 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/doc/fr/conf.py.in b/doc/fr/conf.py.in index 02608f2a..a842b909 100644 --- a/doc/fr/conf.py.in +++ b/doc/fr/conf.py.in @@ -91,7 +91,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@' # 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