mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Use correct OpenSearch base url.
This commit is contained in:
parent
d3aa06c3ce
commit
eeb8a4b27e
@ -101,7 +101,7 @@ html_additional_pages = {'index': 'index.html'}
|
||||
# If true, the reST sources are included in the HTML build as _sources/<name>.
|
||||
#html_copy_source = True
|
||||
|
||||
html_use_opensearch = True
|
||||
html_use_opensearch = 'http://sphinx.pocoo.org'
|
||||
|
||||
# Output file base name for HTML help builder.
|
||||
htmlhelp_basename = 'Sphinxdoc'
|
||||
|
Loading…
Reference in New Issue
Block a user