From 66a7bc4d7f159d9ba62ae51342ccaa5284bcdb98 Mon Sep 17 00:00:00 2001 From: davidmirror-ops Date: Wed, 15 May 2024 17:07:30 -0500 Subject: [PATCH 1/2] Fix mermaid rendering issue take1 Signed-off-by: davidmirror-ops --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 6d20ecf4b9..ba228f1345 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -278,7 +278,7 @@ myst_enable_extensions = ["colon_fence"] # Sphinx-mermaid config -mermaid_output_format = "raw" +mermaid_output_format = "svg" mermaid_version = "latest" mermaid_init_js = "mermaid.initialize({startOnLoad:false});" From 4bd87f992d711b38d0a2e748a87c8a92e690b5bb Mon Sep 17 00:00:00 2001 From: davidmirror-ops Date: Wed, 15 May 2024 17:40:21 -0500 Subject: [PATCH 2/2] Fix mermaid take2 Signed-off-by: davidmirror-ops --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index ba228f1345..6ef7d0daf9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -278,7 +278,7 @@ myst_enable_extensions = ["colon_fence"] # Sphinx-mermaid config -mermaid_output_format = "svg" +mermaid_output_format = "png" mermaid_version = "latest" mermaid_init_js = "mermaid.initialize({startOnLoad:false});"