Merge pull request #7502 from tk0miya/fix_html_use_opensearch

doc: Fix html_use_opensearch of sphinx-doc.org
This commit is contained in:
Takeshi KOMIYA 2020-04-19 23:04:58 +09:00 committed by GitHub
commit 900b3cb435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ modindex_common_prefix = ['sphinx.']
html_static_path = ['_static']
html_sidebars = {'index': ['indexsidebar.html', 'searchbox.html']}
html_additional_pages = {'index': 'index.html'}
html_use_opensearch = 'http://sphinx-doc.org'
html_use_opensearch = 'https://www.sphinx-doc.org/en/master'
html_baseurl = 'https://www.sphinx-doc.org/en/master/'
htmlhelp_basename = 'Sphinxdoc'