Skip to content

Commit cf69d96

Browse files
committed
update plugins and reqirements
1 parent 4b878ec commit cf69d96

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

mkdocs.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,8 @@ markdown_extensions:
7777
insert_fonts_css: True
7878
# macro-file: macros.tex
7979
- pymdownx.emoji:
80-
emoji_index: !!python/name:materialx.emoji.twemoji
81-
emoji_generator: !!python/name:materialx.emoji.to_svg
82-
options:
83-
custom_icons:
84-
- overrides/.icons
80+
emoji_index: !!python/name:material.extensions.emoji.twemoji
81+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
8582
- pymdownx.tasklist:
8683
custom_checkbox: true
8784
- pymdownx.arithmatex:

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
mkdocs == 1.4.1
1+
mkdocs == 1.4.3
22
markdown-katex == 202112.1034
3-
mkdocs-material == 8.3.9
3+
mkdocs-material == 9.4
44
mkdocs-git-revision-date-plugin == 0.3.2
55
mkdocs-minify-plugin == 0.5.0
66
mkdocs-git-revision-date-localized-plugin == 1.1.0
77
mkdocs-git-authors-plugin == 0.6.4
8-
pymdown-extensions == 9.6
8+
pymdown-extensions == 9.9
99
plantuml-markdown == 3.7.3
1010
mkdocs-glightbox == 0.3.0
1111
mkdocs-table-reader-plugin == 1.1.0

0 commit comments

Comments
 (0)