]> granicus.if.org Git - python/commitdiff
Move HTML templates to their own subdir.
authorGeorg Brandl <georg@python.org>
Wed, 29 Oct 2014 07:11:46 +0000 (08:11 +0100)
committerGeorg Brandl <georg@python.org>
Wed, 29 Oct 2014 07:11:46 +0000 (08:11 +0100)
Doc/conf.py
Doc/tools/templates/download.html [moved from Doc/tools/download.html with 100% similarity]
Doc/tools/templates/indexcontent.html [moved from Doc/tools/indexcontent.html with 100% similarity]
Doc/tools/templates/indexsidebar.html [moved from Doc/tools/indexsidebar.html with 100% similarity]
Doc/tools/templates/layout.html [moved from Doc/tools/layout.html with 100% similarity]
Doc/tools/templates/opensearch.xml [moved from Doc/tools/opensearch.xml with 100% similarity]

index ff073b112a596a3d19e49ce54453957557174e6e..84458ff0be9298dc69847daa672d998579617838 100644 (file)
@@ -53,7 +53,7 @@ html_short_title = '%s Documentation' % release
 html_last_updated_fmt = '%b %d, %Y'
 
 # Path to find HTML templates.
-templates_path = ['tools']
+templates_path = ['tools/templates']
 
 # Custom sidebar templates, filenames relative to this file.
 html_sidebars = {