We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd58fa commit f078981Copy full SHA for f078981
mkdocs.yml
@@ -60,8 +60,8 @@ markdown_extensions:
60
- pymdownx.tabbed:
61
alternate_style: true
62
- pymdownx.emoji:
63
- emoji_index: !!python/name:materialx.emoji.twemoji
64
- 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
65
options:
66
custom_icons:
67
- site/overrides/.icons
src/mkdocs_git_revision_date_localized_plugin/util.py
@@ -120,7 +120,6 @@ def get_git_commit_timestamp(
120
commit_timestamp = ""
121
break
122
commit_hash, commit_timestamp = line.split(" ")
123
- breakpoint()
124
if not any(commit_hash.startswith(x) for x in self.ignored_commits):
125
126
else:
0 commit comments