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:
60
60
- pymdownx.tabbed :
61
61
alternate_style : true
62
62
- 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
65
65
options :
66
66
custom_icons :
67
67
- site/overrides/.icons
Original file line number Diff line number Diff line change @@ -120,7 +120,6 @@ def get_git_commit_timestamp(
120
120
commit_timestamp = ""
121
121
break
122
122
commit_hash , commit_timestamp = line .split (" " )
123
- breakpoint ()
124
123
if not any (commit_hash .startswith (x ) for x in self .ignored_commits ):
125
124
break
126
125
else :
You can’t perform that action at this time.
0 commit comments