From c946078ca8e46d940f4704b45775fcef12abb772 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 19 Feb 2016 12:22:16 +0300 Subject: [PATCH] Sphinx portability --- src/AppQuickStart/app-template/doc/conf.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AppQuickStart/app-template/doc/conf.py.in b/src/AppQuickStart/app-template/doc/conf.py.in index 580bdac9c..1f3ac60c4 100644 --- a/src/AppQuickStart/app-template/doc/conf.py.in +++ b/src/AppQuickStart/app-template/doc/conf.py.in @@ -92,7 +92,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". -- 2.39.2