summaryrefslogtreecommitdiff
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-04-27 20:03:05 +0000
committerGeorg Brandl <georg@python.org>2008-04-27 20:03:05 +0000
commit4f1f36bcabe098394934ac7cac84c1f26fff2c86 (patch)
tree079df1e49a5f7baea6ab5d656998cea6d05f9a21 /Doc/conf.py
parentf19a7b90bd0cbdf40d02f125db3e39f077f3a89f (diff)
downloadcpython-git-4f1f36bcabe098394934ac7cac84c1f26fff2c86.tar.gz
Add OpenSearch and a Python logo to the HTML output.
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 45d40fbd43..e4641ea1bb 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -85,6 +85,12 @@ html_additional_pages = {
'index': 'indexcontent.html',
}
+# Output an OpenSearch description file.
+html_use_opensearch = True
+
+# Additional static files.
+html_static_path = ['tools/sphinxext/static']
+
# Output file base name for HTML help builder.
htmlhelp_basename = 'python' + release.replace('.', '')