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.4.3rc1~585 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14366f3a8ee08ee9dcaf7398aa29d5a677bf4b16;p=thirdparty%2FPython%2Fcpython.git Fix overlooked conf.py setting in flattening of Doc directory. --- diff --git a/Doc/conf.py b/Doc/conf.py index 7546c51e895b..3bd82b109523 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