From 293ccc2f5b9a1e5a23dae579aecf97324dad1da0 Mon Sep 17 00:00:00 2001 From: Steffen Rehberg Date: Thu, 12 Jan 2023 17:48:19 +0100 Subject: [PATCH] DOC: Enable Opensearch see https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_use_opensearch --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index dd7ba1cebf9e..2b5bc9f2bb6f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -458,7 +458,7 @@ def js_tag_with_cache_busting(js): # If true, an OpenSearch description file will be output, and all pages will # contain a tag referring to it. -html_use_opensearch = 'False' +html_use_opensearch = 'https://matplotlib.org/stable' # Output file base name for HTML help builder. htmlhelp_basename = 'Matplotlibdoc'