From 92872a2b347e833482ce107e42ffd9edbb320275 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 22 Jan 2016 19:15:51 +0300 Subject: [PATCH] Set-up Sphinx theme depending on its version --- dev/cmake/source/conf.py | 2 +- dev/git/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/cmake/source/conf.py b/dev/cmake/source/conf.py index 2cc94de..383d92a 100644 --- a/dev/cmake/source/conf.py +++ b/dev/cmake/source/conf.py @@ -91,7 +91,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -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/dev/git/conf.py b/dev/git/conf.py index 75375e5..a3c1ca6 100644 --- a/dev/git/conf.py +++ b/dev/git/conf.py @@ -91,7 +91,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -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