From: Ned Deily Date: Wed, 1 Oct 2014 01:41:37 +0000 (-0700) Subject: Fix overlooked conf.py setting in flattening of Doc directory. X-Git-Tag: v3.5.0a1~800^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14366f3a8ee08ee9dcaf7398aa29d5a677bf4b16;p=python Fix overlooked conf.py setting in flattening of Doc directory. --- diff --git a/Doc/conf.py b/Doc/conf.py index 7546c51e89..3bd82b1095 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