From 7a08368b650d819474bb891187e151aa1134e735 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 20 Nov 2015 17:56:35 +0100 Subject: [PATCH] fix html_theme_path overriding previous definition of it --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 237f21adb..0283b7c20 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -106,7 +106,7 @@ #html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. -html_theme_path = ['_themes'] +#html_theme_path = ['_themes'] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation".