From 8ee20a506bc7e257ae67b753b01e134c7be94fb4 Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Thu, 12 Jan 2023 13:17:39 -0800 Subject: [PATCH] Backport PR #24957: DOC: Enable 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'