summaryrefslogtreecommitdiff
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-04-19 21:28:38 +0000
committerGeorg Brandl <georg@python.org>2008-04-19 21:28:38 +0000
commit1df986b403ec239f0f4f26cf5edc3729b144de53 (patch)
tree4d5ec6a35ea4fc99542ed5843791dfe68c38f63f /Doc/conf.py
parent53bd2e1a036419083bf311621db14dee0f367100 (diff)
downloadcpython-git-1df986b403ec239f0f4f26cf5edc3729b144de53.tar.gz
Update template for newest Sphinx.
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index 6cf643353f..45d40fbd43 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -74,9 +74,6 @@ html_last_updated_fmt = '%b %d, %Y'
# typographically correct entities.
html_use_smartypants = True
-# Content template for the index page, filename relative to this file.
-html_index = 'indexcontent.html'
-
# Custom sidebar templates, filenames relative to this file.
html_sidebars = {
'index': 'indexsidebar.html',
@@ -85,6 +82,7 @@ html_sidebars = {
# Additional templates that should be rendered to pages.
html_additional_pages = {
'download': 'download.html',
+ 'index': 'indexcontent.html',
}
# Output file base name for HTML help builder.