From a0c401565df5ffa30de8d113f0ec00f022131099 Mon Sep 17 00:00:00 2001 From: Niels Bantilan Date: Fri, 21 Jun 2024 17:14:22 -0400 Subject: [PATCH] fix broken mermaid diagrams (#5498) Signed-off-by: Niels Bantilan --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index ae4400dd31..3eff593393 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -298,7 +298,7 @@ # Sphinx-mermaid config mermaid_output_format = "raw" mermaid_version = "latest" -mermaid_init_js = "mermaid.initialize({startOnLoad:false});" +mermaid_init_js = "mermaid.initialize({startOnLoad:true});" # Makes it so that only the command is copied, not the output copybutton_prompt_text = "$ "