Skip to content

Commit 8a9bdd4

Browse files
Update dependencies for mkdocs
1 parent 308aed9 commit 8a9bdd4

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

mkdocs.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,15 @@ plugins:
107107
exclude:
108108
- assets/*
109109
- i18n:
110-
default_language: en
110+
fallback_to_default: true
111111
languages:
112-
en:
113-
name: English
114-
build: false
115-
zh:
116-
name: 简体中文
112+
- name: English
113+
build: true
114+
default: true
115+
locale: en
116+
- name: 简体中文
117+
build: true
118+
locale: zh
117119
material_alternate: true
118120
nav_translations:
119121
zh:

requirements.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
mkdocs-material==9.1.0
2-
mkdocs==1.4.2
1+
mkdocs-material==9.5.19
2+
mkdocs==1.6.0
33

44
# Python Markdown Extensions
5-
pygments==2.14
6-
pymdown-extensions==9.10
5+
pygments==2.17.2
6+
pymdown-extensions==10.8.1
77

88
# MkDocs Plugins
9-
mkdocs-exclude-search==0.6.5
10-
mkdocs-git-revision-date-localized-plugin==1.2.0
11-
mkdocs-static-i18n==0.56
9+
mkdocs-exclude-search==0.6.6
10+
mkdocs-git-revision-date-localized-plugin==1.2.4
11+
mkdocs-static-i18n==1.2.2

0 commit comments

Comments
 (0)