Skip to content

Commit 0a27c95

Browse files
committed
fix: remove mermaid2 plugin causing MkDocs build failures
- Remove mkdocs-mermaid2-plugin from requirements.txt - Remove mermaid2 plugin configuration from mkdocs.yml - Simplify pymdownx.superfences configuration This should resolve the strict mode warnings
1 parent 029cbf5 commit 0a27c95

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

mkdocs.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,11 @@ plugins:
5757
lang: en
5858
- minify:
5959
minify_html: true
60-
- mermaid2:
61-
arguments:
62-
theme: auto
6360

6461
markdown_extensions:
6562
- admonition
6663
- pymdownx.details
67-
- pymdownx.superfences:
68-
custom_fences:
69-
- name: mermaid
70-
class: mermaid
71-
format: !!python/name:mermaid2.fence_mermaid
64+
- pymdownx.superfences
7265
- pymdownx.highlight:
7366
anchor_linenums: true
7467
- pymdownx.inlinehilite

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ mkdocs-material>=9.4.0
44

55
# Plugins
66
mkdocs-minify-plugin>=0.7.0
7-
mkdocs-mermaid2-plugin>=1.1.0
87

98
# Additional utilities
109
pymdown-extensions>=10.3.0

0 commit comments

Comments
 (0)