commit | 4f1f36bcabe098394934ac7cac84c1f26fff2c86 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Apr 27 20:03:05 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Apr 27 20:03:05 2008 +0000 |
tree | 079df1e49a5f7baea6ab5d656998cea6d05f9a21 | |
parent | f19a7b90bd0cbdf40d02f125db3e39f077f3a89f [diff] [blame] |
Add OpenSearch and a Python logo to the HTML output.
diff --git a/Doc/conf.py b/Doc/conf.py index 45d40fb..e4641ea 100644 --- a/Doc/conf.py +++ b/Doc/conf.py
@@ -85,6 +85,12 @@ '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('.', '')