Skip to content

Commit 247fcb6

Browse files
authored
fix icons? (#549)
1 parent b9ec73f commit 247fcb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mkdocs.insiders.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ markdown_extensions:
2626
emoji_generator: !!python/name:material.extensions.emoji.to_svg
2727
options:
2828
custom_icons:
29-
- docs/overrides/.icons
29+
- docs/.overrides/.icons
3030
- pymdownx.tabbed:
3131
alternate_style: true
3232
- pymdownx.tasklist:

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ markdown_extensions:
136136
emoji_generator: !!python/name:material.extensions.emoji.to_svg
137137
options:
138138
custom_icons:
139-
- docs/overrides/.icons
139+
- docs/.overrides/.icons
140140
- pymdownx.tabbed:
141141
alternate_style: true
142142
- pymdownx.tasklist:

0 commit comments

Comments
 (0)