Skip to content

Commit

Permalink
docs: fix deprecation warning (#17)
Browse files Browse the repository at this point in the history
### Summary of Changes

Handle deprecation of `mkdocs_material_extensions`.
  • Loading branch information
lars-reimann authored Nov 30, 2023
1 parent 1564add commit 035f64c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,20 @@ markdown_extensions:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format # Footnotes
format: !!python/name:pymdownx.superfences.fence_code_format

# Footnotes
- footnotes

# Keys
- pymdownx.keys

# Icons & emojis
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg # Images
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg

# Images
- attr_list
- md_in_html

Expand Down

0 comments on commit 035f64c

Please sign in to comment.