From 14366f3a8ee08ee9dcaf7398aa29d5a677bf4b16 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 30 Sep 2014 18:41:37 -0700 Subject: [PATCH] Fix overlooked conf.py setting in flattening of Doc directory. --- Doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/conf.py b/Doc/conf.py index 7546c51e895..3bd82b10952 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -68,7 +68,7 @@ needs_sphinx = '1.2' # ----------------------- html_theme = 'pydoctheme' -html_theme_path = ['tools/sphinxext'] +html_theme_path = ['tools'] html_theme_options = {'collapsiblesidebar': True} html_short_title = '%s Documentation' % release