diff --git a/.github/templates/mkdocs_template.yml b/.github/templates/mkdocs_template.yml index 6b333917..6e3bfd69 100644 --- a/.github/templates/mkdocs_template.yml +++ b/.github/templates/mkdocs_template.yml @@ -128,8 +128,6 @@ plugins: - offline - same-dir - search - - minify: - minify_html: true nav: - README.md diff --git a/properdocs.yml b/properdocs.yml index 14f0826c..46f195ca 100644 --- a/properdocs.yml +++ b/properdocs.yml @@ -128,8 +128,6 @@ plugins: - offline - same-dir - search - - minify: - minify_html: true nav: - README.md diff --git a/requirements.txt b/requirements.txt index 4146c209..379eba5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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