Bug 1691327 - Update sphinxcontrib-mermaid to v0.6.3 DONTBUILD. r=ahal

Differential Revision: https://phabricator.services.mozilla.com/D107057
This commit is contained in:
championshuttler
2021-03-04 07:07:58 +00:00
parent 5605d12bb1
commit cc5f8f3cba
3 changed files with 15 additions and 12 deletions

View File

@@ -74,7 +74,6 @@ 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"