mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Add OpenSearch and a Python logo to the HTML output.
This commit is contained in:
parent
f19a7b90bd
commit
4f1f36bcab
4 changed files with 25 additions and 0 deletions
|
|
@ -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('.', '')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue