From fd79a7d2de0b795f41eb9802e756dc10501c4b6a Mon Sep 17 00:00:00 2001 From: Igor Gaponenko Date: Sun, 3 Nov 2024 12:48:55 -0800 Subject: [PATCH] A workaround for the intermediate dependency problem of Sphinx Added an explicit version for the mermaid.js package. Otherwise the documentation target fails to compile. --- doc/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 1c35a00ea..13dcb17f0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -47,3 +47,5 @@ html_additional_pages = { "index": "overview.html" } + +mermaid_version = "10.3.0"