`mkdocs.yml` に `strict: true` を設定する。
```yaml
strict: true
```
> Determines how warnings are handled. Set to `true` to halt processing when a warning is raised. Set to `false` to print a warning and continue processing.
>
> *[Configuration - MkDocs](https://www.mkdocs.org/user-guide/configuration/#strict)*