summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-03 20:52:18 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-03 20:52:18 (GMT)
commite757005190abe713daf1f2d40ed6afe8d8ee5b0c (patch)
tree0c621a55b51acaf25ad24489132666825cf95ecc /Doc/conf.py
parent40360f2a3cea79220ff6f6fa21f46e3e4835ddcd (diff)
downloadcpython-e757005190abe713daf1f2d40ed6afe8d8ee5b0c.zip
cpython-e757005190abe713daf1f2d40ed6afe8d8ee5b0c.tar.gz
cpython-e757005190abe713daf1f2d40ed6afe8d8ee5b0c.tar.bz2
Merge OpenSearch-related changes.
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index 27f5ed3..8b1514b 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -86,6 +86,12 @@ html_additional_pages = {
'index': 'indexcontent.html',
}
+# Output an OpenSearch description file.
+html_use_opensearch = 'http://docs.python.org/dev/3.0'
+
+# Additional static files.
+html_static_path = ['tools/sphinxext/static']
+
# Output file base name for HTML help builder.
htmlhelp_basename = 'python' + release.replace('.', '')