From bdbb9b40dee0f77b8325f3c4680ea9f3e8d69eb4 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Thu, 22 Feb 2018 11:42:45 +0200 Subject: [PATCH] Specify dir for sphinx themes explicitly --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 8a6452d1..ad266d5b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -120,7 +120,7 @@ html_theme = 'sphinx_rtd_theme' #html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. -#html_theme_path = [] +html_theme_path = ['_themes'] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation".