Add OpenSearch and a Python logo to the HTML output.

This commit is contained in:
Georg Brandl 2008-04-27 20:03:05 +00:00
parent f19a7b90bd
commit 4f1f36bcab
4 changed files with 25 additions and 0 deletions

View file

@ -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('.', '')