diff --git a/docs/_templates/searchbox.html b/docs/_templates/searchbox.html deleted file mode 100644 index 407147ca30b2..000000000000 --- a/docs/_templates/searchbox.html +++ /dev/null @@ -1,16 +0,0 @@ - - -
-

{{ _('Quick search') }}

- - -
diff --git a/docs/conf.py b/docs/conf.py index 21aee442e1d8..020f50911a54 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -70,13 +70,6 @@ templates_path = ["_templates"] source_suffix = [".rst", ".md"] master_doc = "index" project = "Firefox Source Docs" -# Override the search box to use Google instead of -# sphinx search -html_sidebars = { - "**": [ - "searchbox.html", - ] -} html_logo = os.path.join( topsrcdir, "browser/branding/nightly/content/firefox-wordmark.svg" )