Commit 09c759a
fix: resolve mkdocs build errors from deprecated extensions (#410)
- Update emoji extension from materialx.emoji to material.extensions.emoji
(materialx is deprecated since mkdocs-material 9.4)
- Add alternate_style: true to pymdownx.tabbed (required in pymdownx 10.x)
- Pin pygments<2.20 to avoid NoneType crash in highlight formatter
- Remove unrecognised repo_issue/repo_discussion config keys
Verified: mkdocs build succeeds locally with pinned dependencies.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 0fdce5d commit 09c759a
2 files changed
Lines changed: 7 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 9 | | |
13 | 10 | | |
14 | 11 | | |
| |||
70 | 67 | | |
71 | 68 | | |
72 | 69 | | |
73 | | - | |
| 70 | + | |
| 71 | + | |
74 | 72 | | |
75 | 73 | | |
76 | 74 | | |
77 | 75 | | |
78 | | - | |
79 | | - | |
| 76 | + | |
| 77 | + | |
80 | 78 | | |
81 | 79 | | |
82 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments