From 2f2b88a98ede782c1630e70662a34777346fa280 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 22 Jan 2016 19:06:55 +0300 Subject: [PATCH] Set-up Sphinx theme depending on its version --- doc/conf.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py.in b/doc/conf.py.in index f4564a2..d142090 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -105,7 +105,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 style sheet to use for HTML and HTML Help pages. A file of that name # must exist either in Sphinx' static/ path, or in one of the custom paths -- 2.39.2