Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2021-08-14 12:49:34 +0300
committerGitHub <noreply@github.com>2021-08-14 12:49:34 +0300
commit56add529ec304b0b591afbd2ee275b8628512369 (patch)
treed6869f8034f035154a2c2a18fc3c30929ca5552a /doc
parent1acdf4f8735d40b875161a94c1e0124aceb14217 (diff)
Update link to OpenSearch.
Amazon repurposed the opensearch.org domain. It is now hosting their ElasticSearch fork.
Diffstat (limited to 'doc')
-rw-r--r--doc/usage/configuration.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/usage/configuration.rst b/doc/usage/configuration.rst
index 18eae9c19..ee71ad795 100644
--- a/doc/usage/configuration.rst
+++ b/doc/usage/configuration.rst
@@ -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