mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Move HTML templates to their own subdir.
This commit is contained in:
parent
e03902910c
commit
a1f8486325
6 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ html_short_title = '%s Documentation' % release
|
||||||
html_last_updated_fmt = '%b %d, %Y'
|
html_last_updated_fmt = '%b %d, %Y'
|
||||||
|
|
||||||
# Path to find HTML templates.
|
# Path to find HTML templates.
|
||||||
templates_path = ['tools']
|
templates_path = ['tools/templates']
|
||||||
|
|
||||||
# Custom sidebar templates, filenames relative to this file.
|
# Custom sidebar templates, filenames relative to this file.
|
||||||
html_sidebars = {
|
html_sidebars = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue