mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2026-05-18 21:31:26 +08:00
fix: remove minify plugin to resolve build issues
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>
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
mkdocs-material>=9.0
|
||||
mkdocs-same-dir
|
||||
mkdocs-minify-plugin>=0.5.5
|
||||
mkdocs-static-i18n>=1.2.0
|
||||
properdocs>=1.6.7
|
||||
pymdown-extensions
|
||||
htmlmin2>=0.1.10
|
||||
|
||||
Reference in New Issue
Block a user