mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-08-18 08:54:53 -05:00
Use correct OpenSearch base url.
This commit is contained in:
+1
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user