Skip to content

Commit

Permalink
Fixed warning about emoji logic (#9)
Browse files Browse the repository at this point in the history
change should get rid of deprecation warning that "Material emoji
logic has been officially moved into mkdocs-material".
  • Loading branch information
alexvoss authored Oct 20, 2023
1 parent 9a08f56 commit 54d0fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ markdown_extensions:
smart_enable: all
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.keys
Expand Down

0 comments on commit 54d0fa7

Please sign in to comment.