summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-29 07:11:46 (GMT)
committerGeorg Brandl <georg@python.org>2014-10-29 07:11:46 (GMT)
commita1f84863252e937b3f93a65d8f5686ba3322bb7d (patch)
tree977806b0c023ff6e383fc267a5f90eee21c3effa /Doc/conf.py
parente03902910c70900954572d72997f339a3c1f1154 (diff)
downloadcpython-a1f84863252e937b3f93a65d8f5686ba3322bb7d.zip
cpython-a1f84863252e937b3f93a65d8f5686ba3322bb7d.tar.gz
cpython-a1f84863252e937b3f93a65d8f5686ba3322bb7d.tar.bz2
Move HTML templates to their own subdir.
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index ff073b1..84458ff 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -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 = {