Skip to content

Commit fc5934e

Browse files
committed
fixed mkdocs serve not running because of changes made to the Emoji syntax
1 parent a88b108 commit fc5934e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

mkdocs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ markdown_extensions:
3939
- attr_list
4040
- pymdownx.tabbed:
4141
alternate_style: true
42-
- pymdownx.emoji:
43-
emoji_index: !!python/name:materialx.emoji.twemoji
44-
emoji_generator: !!python/name:materialx.emoji.to_svg
42+
- pymdownx.emoji:
43+
emoji_index: !!python/name:material.extensions.emoji.twemoji
44+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
45+
4546

4647
use_directory_urls: false
4748
strict: true

0 commit comments

Comments
 (0)