Skip to content

Commit

Permalink
Fixup mkdocs emoji build issue (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet authored Dec 8, 2023
1 parent 6d3c912 commit 2e68f82
Show file tree
Hide file tree
Showing 4 changed files with 704 additions and 626 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ __pycache__
*~
.coverage
coverage.xml
site
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- 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
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
Expand Down
Loading

0 comments on commit 2e68f82

Please sign in to comment.