Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
docs: handle deprecation warning wrt. emojis (#116)
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 fc71bbf commit f7bd5a3
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 @@ -106,8 +106,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 f7bd5a3

Please sign in to comment.