From 7e24eaec01591fdbfb511e136770197f3fa7b40a Mon Sep 17 00:00:00 2001 From: Jason Lantz Date: Thu, 31 Oct 2024 06:14:13 -0500 Subject: [PATCH] Add mkdocs-mermaid2-plugin to requirements Add `mkdocs-mermaid2-plugin` to the list of requirements in `docs/requirements.txt`. * Add `mkdocs-mermaid2-plugin==0.5.2` to `docs/requirements.txt` to resolve the missing plugin error during the build process. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/muselab-d2x/d2x?shareId=XXXX-XXXX-XXXX-XXXX). --- docs/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/requirements.txt b/docs/requirements.txt index 41a055a..0961f66 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,3 @@ mkdocs==1.6.1 mkdocs_material==9.5.42 +mkdocs-mermaid2-plugin==0.5.2