From 4bb1f818150fe6923208207047696f9245378971 Mon Sep 17 00:00:00 2001 From: Laurent Franceschetti Date: Fri, 28 Jul 2023 11:43:27 +0200 Subject: [PATCH] Remove icons from site, as it crashes readthedocs --- webdoc/docs/index.md | 4 ++-- webdoc/mkdocs.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/webdoc/docs/index.md b/webdoc/docs/index.md index 6461e11..1331436 100644 --- a/webdoc/docs/index.md +++ b/webdoc/docs/index.md @@ -10,8 +10,8 @@ static sites generator, which allows you to render Mermaid diagrams inserted in the markdown pages. -- :simple-github: [The official repository of Mermaid2 is on github.](https://github.com/fralau/mkdocs-mermaid2-plugin) -- :simple-pypi: [Mermaid2 is available from Pypi.](https://pypi.org/project/mkdocs-mermaid2-plugin/) +- [The official repository of Mermaid2 is on github.](https://github.com/fralau/mkdocs-mermaid2-plugin) +- [Mermaid2 is available from Pypi.](https://pypi.org/project/mkdocs-mermaid2-plugin/) ### What is Mermaid? diff --git a/webdoc/mkdocs.yml b/webdoc/mkdocs.yml index 3de604e..fbacb9b 100644 --- a/webdoc/mkdocs.yml +++ b/webdoc/mkdocs.yml @@ -31,10 +31,10 @@ markdown_extensions: format: !!python/name:mermaid2.fence_mermaid_custom - pymdownx.tabbed: alternate_style: true - - attr_list - - pymdownx.emoji: - emoji_index: !!python/name:materialx.emoji.twemoji - emoji_generator: !!python/name:materialx.emoji.to_svg + # - attr_list + # - pymdownx.emoji: + # emoji_index: !!python/name:materialx.emoji.twemoji + # emoji_generator: !!python/name:materialx.emoji.to_svg plugins: - search