Bug 1693140 - Fix the mermaid rendering issue and remove post processing script.r=sylvestre DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D105674
This commit is contained in:
championshuttler
2021-02-19 08:45:10 +00:00
parent 8f7f9ba090
commit 029e008b15
2 changed files with 1 additions and 34 deletions

View File

@@ -74,6 +74,7 @@ html_logo = os.path.join(
topsrcdir, "browser/branding/nightly/content/firefox-wordmark.svg"
)
html_favicon = os.path.join(topsrcdir, "browser/branding/nightly/firefox.ico")
html_js_files = ["https://cdnjs.cloudflare.com/ajax/libs/mermaid/8.9.1/mermaid.js"]
exclude_patterns = ["_build", "_staging", "_venv"]
pygments_style = "sphinx"