Skip to content

Commit

Permalink
Do not initialize Mermaid JS
Browse files Browse the repository at this point in the history
Fix gh-2451.

Signed-off-by: Juan Luis Cano Rodríguez <[email protected]>
  • Loading branch information
astrojuanlu committed Mar 22, 2023
1 parent c144b87 commit c5c7f50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,3 +572,5 @@ def setup(app):
mermaid_output_format = "png"
# https://github.com/mermaidjs/mermaid.cli#linux-sandbox-issue
mermaid_params = ["-p", here / "puppeteer-config.json", "-s", "2"]
# https://github.com/kedro-org/kedro/issues/2451
mermaid_version = mermaid_init_js = None

0 comments on commit c5c7f50

Please sign in to comment.