Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 1cb42c9

Browse files
committed
fix(docs): replace deprecated materialx.emoji.twemoji config
notice during mkdocs build: Material emoji logic has been officially moved into mkdocs-material version 9.4. Please use Material's 'material.extensions.emoji.twemoji' instead of 'materialx.emoji.twemoji' in your 'mkdocs.yml' file. ``` markdown_extensions: - pymdownx.emoji: emoji_index: !!python/name:material.extensions.emoji.twemoji emoji_generator: !!python/name:material.extensions.emoji.to_svg ``` 'mkdocs_material_extensions' is deprecated and will no longer be supported moving forward. This is the last release.
1 parent 9592597 commit 1cb42c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ markdown_extensions:
4444
- meta
4545
- pymdownx.details
4646
- pymdownx.emoji:
47-
emoji_index: !!python/name:materialx.emoji.twemoji
48-
emoji_generator: !!python/name:materialx.emoji.to_svg
47+
emoji_index: !!python/name:material.extensions.emoji.twemoji
48+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
4949
- pymdownx.inlinehilite
5050
- pymdownx.smartsymbols
5151
- pymdownx.superfences:

0 commit comments

Comments
 (0)