Skip to content

Commit 166eb61

Browse files
committed
chore: upgrade version
1 parent 3bc4408 commit 166eb61

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

mkdocs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,19 @@ theme:
6060
name: Switch to system preference
6161

6262
plugins:
63+
- info
6364
- search:
6465
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
6566

6667
markdown_extensions:
6768
- pymdownx.superfences
6869
- pymdownx.tabbed:
6970
alternate_style: true
71+
- pymdownx.critic
72+
- pymdownx.caret
73+
- pymdownx.keys
74+
- pymdownx.mark
75+
- pymdownx.tilde
7076

7177
extra_javascript:
7278
- javascripts/katex.js
@@ -77,6 +83,7 @@ extra_css:
7783
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css
7884

7985
extra:
86+
generator: false
8087
social:
8188
- icon: fontawesome/brands/github
8289
link: https://github.com/yanglbme

overrides/partials/copyright.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Requests==2.31.0
33
sortedcontainers==2.4.0
44
urllib3==1.26.18
55
mkdocs-git-committers-plugin-2==2.2.3
6-
mkdocs-material==9.5.4
6+
mkdocs-material==9.5.7
77
jieba==0.42.1

0 commit comments

Comments
 (0)