Skip to content

Commit

Permalink
Revert "add mermaid2 plugin"
Browse files Browse the repository at this point in the history
This reverts commit 2da9f71.
This reverts commit 8a06255.
  • Loading branch information
lewismiddleton committed Apr 8, 2024
1 parent be47904 commit 4cf0a1b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 88 deletions.
9 changes: 1 addition & 8 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ nav:
- Testing: development/testing.md
- Workflows: development/workflows.md

plugins:
- mermaid2

markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
Expand All @@ -59,11 +56,7 @@ markdown_extensions:
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid_custom
- pymdownx.superfences
- tables
- attr_list
- md_in_html
Expand Down
80 changes: 1 addition & 79 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ optional = true
[tool.poetry.group.docs.dependencies]
mkdocs-material = "^9.5.15"
mkdocs = "^1.5.3"
mkdocs-mermaid2-plugin = "^1.1.1"

[tool.poetry.group.dev.dependencies]
connexion = "^3.0.5"
Expand Down

0 comments on commit 4cf0a1b

Please sign in to comment.