mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Merge OpenSearch-related changes.
This commit is contained in:
parent
40360f2a3c
commit
e757005190
4 changed files with 25 additions and 0 deletions
|
@ -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('.', '')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue