Backed out changeset 7558c8821a07 (bug 1654103) for multiple failures. CLOSED TREE

This commit is contained in:
Dorel Luca
2020-10-22 03:51:06 +03:00
parent 1b50beb92c
commit 95b44c982f
3423 changed files with 128367 additions and 163901 deletions

View File

@@ -61,7 +61,7 @@ js_source_path = [
"../toolkit/components/featuregates",
"../toolkit/mozapps/extensions",
"../toolkit/components/prompts/src",
]
]
root_for_relative_js_paths = ".."
jsdoc_config_path = "jsdoc.json"
@@ -69,9 +69,7 @@ templates_path = ["_templates"]
source_suffix = [".rst", ".md"]
master_doc = "index"
project = "Firefox Source Docs"
html_logo = os.path.join(
topsrcdir, "browser/branding/nightly/content/firefox-wordmark.svg"
)
html_logo = os.path.join(topsrcdir, "browser/branding/nightly/content/firefox-wordmark.svg")
html_favicon = os.path.join(topsrcdir, "browser/branding/nightly/firefox.ico")
exclude_patterns = ["_build", "_staging", "_venv"]