]> granicus.if.org Git - python/commitdiff
Fix overlooked conf.py setting in flattening of Doc directory.
authorNed Deily <nad@acm.org>
Wed, 1 Oct 2014 01:41:37 +0000 (18:41 -0700)
committerNed Deily <nad@acm.org>
Wed, 1 Oct 2014 01:41:37 +0000 (18:41 -0700)
Doc/conf.py

index 7546c51e895b66caa7aa3a3176a623347350e0d2..3bd82b1095235c626711d6081d35996ab2f88369 100644 (file)
@@ -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