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

Commit f484c57

Browse files
authored
docs: handle deprecation warning wrt. emojis (#202)
### Summary of Changes Update Material for Mkdocs configuration to handle a deprecation warning.
1 parent 1757f39 commit f484c57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,18 +96,18 @@ markdown_extensions:
9696
class: mermaid
9797
format: !!python/name:pymdownx.superfences.fence_code_format
9898

99-
# Footnotes
99+
# Footnotes
100100
- footnotes
101101

102102
# Keys
103103
- pymdownx.keys
104104

105105
# Icons & emojis
106106
- pymdownx.emoji:
107-
emoji_index: !!python/name:materialx.emoji.twemoji
108-
emoji_generator: !!python/name:materialx.emoji.to_svg
107+
emoji_index: !!python/name:material.extensions.emoji.twemoji
108+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
109109

110-
# Images
110+
# Images
111111
- attr_list
112112
- md_in_html
113113

0 commit comments

Comments
 (0)