File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/mkdocs_git_revision_date_localized_plugin Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ markdown_extensions:
6060 - pymdownx.tabbed :
6161 alternate_style : true
6262 - pymdownx.emoji :
63- emoji_index : !!python/name:materialx .emoji.twemoji
64- emoji_generator : !!python/name:materialx .emoji.to_svg
63+ emoji_index : !!python/name:material.extensions .emoji.twemoji
64+ emoji_generator : !!python/name:material.extensions .emoji.to_svg
6565 options :
6666 custom_icons :
6767 - site/overrides/.icons
Original file line number Diff line number Diff line change @@ -120,7 +120,6 @@ def get_git_commit_timestamp(
120120 commit_timestamp = ""
121121 break
122122 commit_hash , commit_timestamp = line .split (" " )
123- breakpoint ()
124123 if not any (commit_hash .startswith (x ) for x in self .ignored_commits ):
125124 break
126125 else :
You can’t perform that action at this time.
0 commit comments