backstage / mkdocs-monorepo-plugin

✚ Build multiple documentation folders in a single Mkdocs. Designed for large codebases.
https://backstage.github.io/mkdocs-monorepo-plugin/
Apache License 2.0
319 stars 74 forks source link

#107 Remove use of warning_filter (deprecated) #108

Open wdonofrio opened 1 year ago

wdonofrio commented 1 year ago

Fixes #107

Per #107 Issue, removing the warning_filter as it has been deprecated from mkdocs since version 1.2.

https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04

The mkdocs.utils.warning_filter is deprecated and now does nothing. Plugins should remove any reference to is as it may be deleted in a future release. To ensure any warnings get counted, simply log them to the mkdocs log (i.e.: mkdocs.plugins.pluginname).

bih commented 9 months ago

Thanks for this PR! We will include this in the v1.1.1 release :)