Skip to content

Commit 7af0d73

Browse files
committed
Support mkdocs-material 9.4.x
1 parent 59985c0 commit 7af0d73

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: mkdocs.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ theme:
44
custom_dir: overrides
55
logo: img/rt-logo-32x32.png
66
favicon: https://rt-net.github.io/tutorials/img/rt-logo-32x32.png
7-
font: Incosolata
7+
font:
8+
text: Roboto
9+
code: Roboto Mono
810
features:
911
- navigation.expand
1012
- navigation.tabs
@@ -62,8 +64,8 @@ markdown_extensions:
6264
- pymdownx.highlight # コードブロック用
6365
- pymdownx.superfences # コードブロック用
6466
- pymdownx.emoji: # アイコンが使える
65-
emoji_index: !!python/name:materialx.emoji.twemoji
66-
emoji_generator: !!python/name:materialx.emoji.to_svg
67+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
68+
emoji_index: !!python/name:material.extensions.emoji.twemoji
6769
- footnotes # 注釈用
6870
nav:
6971
- Home:

0 commit comments

Comments
 (0)