Move HTML templates to their own subdir.

This commit is contained in:
Georg Brandl 2014-10-29 08:11:46 +01:00
parent e03902910c
commit a1f8486325
6 changed files with 1 additions and 1 deletions

View 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 = {