mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2026-05-19 22:01: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:
2
.github/templates/mkdocs_template.yml
vendored
2
.github/templates/mkdocs_template.yml
vendored
@@ -128,8 +128,6 @@ plugins:
|
|||||||
- offline
|
- offline
|
||||||
- same-dir
|
- same-dir
|
||||||
- search
|
- search
|
||||||
- minify:
|
|
||||||
minify_html: true
|
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- README.md
|
- README.md
|
||||||
|
|||||||
@@ -128,8 +128,6 @@ plugins:
|
|||||||
- offline
|
- offline
|
||||||
- same-dir
|
- same-dir
|
||||||
- search
|
- search
|
||||||
- minify:
|
|
||||||
minify_html: true
|
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- README.md
|
- README.md
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
mkdocs-material>=9.0
|
mkdocs-material>=9.0
|
||||||
mkdocs-same-dir
|
mkdocs-same-dir
|
||||||
mkdocs-minify-plugin>=0.5.5
|
|
||||||
mkdocs-static-i18n>=1.2.0
|
mkdocs-static-i18n>=1.2.0
|
||||||
properdocs>=1.6.7
|
properdocs>=1.6.7
|
||||||
pymdown-extensions
|
pymdown-extensions
|
||||||
htmlmin2>=0.1.10
|
|
||||||
|
|||||||
Reference in New Issue
Block a user