I'm trying to run mkdocs build with --quiet while still honoring the value of the strict configuration (either via the CLI flag --strict or via strict: true in mkdocs.yml.
This doesn't seem to possible. Setting --quiet ignores all warnings. Is there a way using any combination of flags or settings to achieve this? Is this an intentional design choice or a bug similar to #3991?
I'm trying to run
mkdocs buildwith--quietwhile still honoring the value of thestrictconfiguration (either via the CLI flag--strictor viastrict: truein mkdocs.yml.This doesn't seem to possible. Setting
--quietignores all warnings. Is there a way using any combination of flags or settings to achieve this? Is this an intentional design choice or a bug similar to #3991?