From 0c8fb72b47ff012191e11995b1f4703e97fbbc24 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 22 Jan 2016 19:07:53 +0300 Subject: [PATCH] Set-up Sphinx theme depending on its version --- doc/en/conf.py.in | 2 +- doc/fr/conf.py.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2