mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2026-05-18 13:21:27 +08:00
The mkdocs-minify-plugin with htmlmin was causing segfaults during the properdocs build when processing the large i18n file set. Changes: - Removed mkdocs-minify-plugin from requirements.txt - Removed htmlmin2 dependency - Removed minify plugin from mkdocs_template.yml - Regenerated properdocs.yml Verification: - Docker build: SUCCESS ✓ - Image loading: HTTP 200 ✓ - i18n functionality: Working ✓ Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
6 lines
100 B
Plaintext
6 lines
100 B
Plaintext
mkdocs-material>=9.0
|
|
mkdocs-same-dir
|
|
mkdocs-static-i18n>=1.2.0
|
|
properdocs>=1.6.7
|
|
pymdown-extensions
|