Skip to content

Commit

Permalink
Merge branch 'master' into development/stubgen-inlcude-pods
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored Oct 18, 2024
2 parents d7104ad + c395c62 commit 04f9d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DocumentGenerator/DocumentGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ def add_theme_info(self):
highlightjs: true
markdown_extensions:
- 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'''

self._fd.write(theme_info + "\n")

Expand Down

0 comments on commit 04f9d74

Please sign in to comment.