doc: Fix html_use_opensearch of sphinx-doc.org

This commit is contained in:
Takeshi KOMIYA 2020-04-18 19:02:17 +09:00
parent 21341f4b6c
commit 4627742cb3

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'