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

DeprecationWarning: warning_filter #107

Open wdonofrio-micron opened 1 year ago

wdonofrio-micron commented 1 year ago

mkdocs==1.5.2 mdocs-monorepo-plugin==1.0.5

mkdocs build DeprecationWarning: warning_filter doesn't do anything since MkDocs 1.2 and will be removed soon.

Expectation is to not see the warning when running mkdocs with the monorepo plugin - likely by removing the warning_filter logic.