Skip to content

Commit

Permalink
ci: Clean up duplicate plugins in mkdocs.yml (and sort) (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc authored Nov 5, 2024
1 parent 6414404 commit 6d589cd
Showing 1 changed file with 14 additions and 17 deletions.
31 changes: 14 additions & 17 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,47 +122,44 @@ plugins:
width: 90vw

markdown_extensions:
- admonition
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- smarty
- codehilite:
guess_lang: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
base_path:
- docs/snippets
- examples
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# - fontawesome_markdown
- admonition
- codehilite:
guess_lang: true
- smarty
- toc:
separator: "-"
# permalink: "#"
permalink: true
baselevel: 2
- pymdownx.highlight
- pymdownx.snippets:
base_path:
- docs/snippets
- examples
- pymdownx.superfences
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true

# TOC
docs_dir: docs/
Expand Down

0 comments on commit 6d589cd

Please sign in to comment.