Merge pull request #9545 from aaugustin/4.x

Update link to OpenSearch.
This commit is contained in:
Takeshi KOMIYA
2021-08-14 22:37:34 +09:00
committed by GitHub

View File

@@ -1309,11 +1309,11 @@ that use Sphinx's HTMLWriter class.
.. confval:: html_use_opensearch
If nonempty, an `OpenSearch <https://www.opensearch.org/>`_ description
file will be output, and all pages will contain a ``<link>`` tag referring
to it. Since OpenSearch doesn't support relative URLs for its search page
location, the value of this option must be the base URL from which these
documents are served (without trailing slash), e.g.
If nonempty, an `OpenSearch <https://github.com/dewitt/opensearch>`_
description file will be output, and all pages will contain a ``<link>``
tag referring to it. Since OpenSearch doesn't support relative URLs for
its search page location, the value of this option must be the base URL
from which these documents are served (without trailing slash), e.g.
``"https://docs.python.org"``. The default is ``''``.
.. confval:: html_file_suffix