Commit ff9c0f0
fix: pin mkdocs<2.0 to prevent Material theme incompatibility
mkdocs 2.0 is incompatible with mkdocs-material 9.x. When installed
unpinned, pip now resolves to mkdocs 2.0 which causes the build to
produce broken HTML with a Jekyll meta tag instead of the Material theme.
Pinning mkdocs<2.0 ensures the docs site renders correctly with the
Material theme.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c1a8959 commit ff9c0f0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments