Skip to content

Commit

Permalink
docs: handle deprecation warning wrt. emojis (#507)
Browse files Browse the repository at this point in the history
### Summary of Changes

Update Material for Mkdocs configuration to handle a deprecation
warning.
  • Loading branch information
lars-reimann authored Dec 8, 2023
1 parent 7a6fb2c commit f4fbfc2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.snippets


# Diagrams
- pymdownx.superfences:
custom_fences:
Expand All @@ -112,8 +111,8 @@ markdown_extensions:

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

# Images
- attr_list
Expand Down

0 comments on commit f4fbfc2

Please sign in to comment.