From 8ea6c4ceccb79259f1bca8c704fe1b49b75ac729 Mon Sep 17 00:00:00 2001 From: Matteo Delucchi Date: Tue, 10 Mar 2026 07:00:47 +0100 Subject: [PATCH] added mmd extension and configs --- source/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/conf.py b/source/conf.py index 927b70f..9c8c5b6 100644 --- a/source/conf.py +++ b/source/conf.py @@ -43,11 +43,16 @@ "sphinx_design", "sphinx_togglebutton", "sphinx_tabs.tabs", + "sphinxcontrib.mermaid" ] templates_path = ['_templates'] exclude_patterns = [] +# -- Options for mermaid diagrams ------------------------------------------------- +mermaid_height = "50%" +mermaid_width = "100%" + # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output