diff options
| author | Georg Brandl <georg@python.org> | 2008-04-19 21:28:38 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2008-04-19 21:28:38 (GMT) |
| commit | 1df986b403ec239f0f4f26cf5edc3729b144de53 (patch) | |
| tree | 4d5ec6a35ea4fc99542ed5843791dfe68c38f63f /Doc/tools/sphinxext | |
| parent | 53bd2e1a036419083bf311621db14dee0f367100 (diff) | |
| download | cpython-1df986b403ec239f0f4f26cf5edc3729b144de53.zip cpython-1df986b403ec239f0f4f26cf5edc3729b144de53.tar.gz cpython-1df986b403ec239f0f4f26cf5edc3729b144de53.tar.bz2 | |
Update template for newest Sphinx.
Diffstat (limited to 'Doc/tools/sphinxext')
| -rw-r--r-- | Doc/tools/sphinxext/indexcontent.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/tools/sphinxext/indexcontent.html b/Doc/tools/sphinxext/indexcontent.html index 218f346..67a9eaf 100644 --- a/Doc/tools/sphinxext/indexcontent.html +++ b/Doc/tools/sphinxext/indexcontent.html @@ -1,3 +1,5 @@ +{% extends "defindex.html" %} +{% block tables %} <p><strong>Parts of the documentation:</strong></p> <table class="contentstable" align="center"><tr> <td width="50%"> @@ -54,3 +56,4 @@ <p class="biglink"><a class="biglink" href="{{ pathto("copyright") }}">Copyright</a></p> </td></tr> </table> +{% endblock %} |
