Skip to content

Commit 25b2fcc

Browse files
committed
requirements fixlendi
1 parent 5ffe4dc commit 25b2fcc

1 file changed

Lines changed: 33 additions & 14 deletions

File tree

requirements.txt

Lines changed: 33 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,43 @@
1+
# ──────────────────────────────────────────────
2+
# MkDocs core
3+
# ──────────────────────────────────────────────
14
mkdocs>=1.5.3
2-
pymdown-extensions>=10.7
35
mkdocs-material>=9.5.3
46
mkdocs-material-extensions>=1.3.1
7+
pymdown-extensions>=10.7
8+
pygments>=2.17.0
9+
10+
# ──────────────────────────────────────────────
11+
# Plugins (must match mkdocs.yml plugins section)
12+
# ──────────────────────────────────────────────
13+
# hooks:on_env → mkdocs-simple-hooks
514
mkdocs-simple-hooks>=0.1.5
15+
# external-markdown
16+
mkdocs-embed-external-markdown>=2.3.0
17+
# mkdocs-video
618
mkdocs-video>=1.5.0
19+
# i18n
20+
mkdocs-static-i18n>=1.2.0
21+
# minify
722
mkdocs-minify-plugin>=0.7.1
23+
# git-revision-date-localized
824
mkdocs-git-revision-date-localized-plugin>=1.2.2
9-
mkdocs-static-i18n>=1.2.0
10-
mkdocs-with-pdf>=0.9.3
11-
qrcode>=7.4.2
12-
mkdocs-awesome-pages-plugin>=2.9.2
13-
mkdocs-embed-external-markdown>=2.3.0
14-
mkdocs-include-markdown-plugin>=6.0.4
15-
mkdocs-ezlinks-plugin>=0.1.14
25+
# git-authors
1626
mkdocs-git-authors-plugin>=0.7.2
17-
mkdocs-git-committers-plugin>=0.2.3
18-
mkdocs-exclude>=1.0.2
19-
pptx2md>=1.0.0
27+
# macros
2028
mkdocs-macros-plugin>=1.0.5
2129

22-
# Packages required for Markdown conversion script
23-
tqdm>=4.64.0
24-
psutil>=5.9.0
30+
# ──────────────────────────────────────────────
31+
# Jinja2 (used by hooks.py → jinja2.ext.do)
32+
# ──────────────────────────────────────────────
33+
jinja2>=3.1.0
34+
35+
# ──────────────────────────────────────────────
36+
# Local-only tools (not needed for CI build)
37+
# Uncomment below if you use conversion scripts
38+
# ──────────────────────────────────────────────
39+
# pptx2md>=1.0.0
40+
# tqdm>=4.64.0
41+
# psutil>=5.9.0
42+
# mkdocs-with-pdf>=0.9.3
43+
# qrcode>=7.4.2

0 commit comments

Comments
 (0)