Backed out changeset e665e278f4ac (bug 1730515) for causing issues on search functionality. a=backout

This commit is contained in:
Csoregi Natalia
2022-03-04 20:04:18 +02:00
parent e504c4abf8
commit 37f6039fe5
2 changed files with 0 additions and 23 deletions

View File

@@ -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"
)