Skip to content

Commit cf1b601

Browse files
authored
Merge pull request matplotlib#24957 from StefRe/patch-1
DOC: Enable Opensearch
2 parents 244a01c + 293ccc2 commit cf1b601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ def js_tag_with_cache_busting(js):
458458

459459
# If true, an OpenSearch description file will be output, and all pages will
460460
# contain a <link> tag referring to it.
461-
html_use_opensearch = 'False'
461+
html_use_opensearch = 'https://matplotlib.org/stable'
462462

463463
# Output file base name for HTML help builder.
464464
htmlhelp_basename = 'Matplotlibdoc'

0 commit comments

Comments
 (0)