diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-04-18 19:02:17 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-04-19 01:50:38 +0900 |
commit | 4627742cb355b1474fb1f3c43afcd129065fae5f (patch) | |
tree | 9540dfea2ce211638559bb3081fdbf5ce72d81ee /doc/conf.py | |
parent | 21341f4b6cca355edf410b50b9cc37c075e4e193 (diff) | |
download | sphinx-git-4627742cb355b1474fb1f3c43afcd129065fae5f.tar.gz |
doc: Fix html_use_opensearch of sphinx-doc.org
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 681fdc449..f62e02a34 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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' |