mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update link to OpenSearch.
Amazon repurposed the opensearch.org domain. It is now hosting their ElasticSearch fork.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user