Not possible to silence output while still honoring `strict` setting
Author: rafikkCreated May 22, 2026Updated May 22, 2026
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?
Source: mkdocs/mkdocs