mkdocs-ezlinks-plugin icon indicating copy to clipboard operation
mkdocs-ezlinks-plugin copied to clipboard

Fix `warning_filter` warning

Open msabramo opened this issue 6 months ago • 0 comments

Prevents this warning from MkDocs 1.6.0:

$ pdm run mkdocs build
INFO    -  DeprecationWarning: warning_filter doesn't do anything since MkDocs 1.2 and will be removed soon. All messages on the
           `mkdocs` logger get counted automatically.
             File
           ".../.venv/lib/python3.10/site-packages/mkdocs_ezlinks_plugin/plugin.py",
           line 5, in <module>
               from mkdocs.utils import warning_filter
             File ".../.venv/lib/python3.10/site-packages/mkdocs/utils/__init__.py",
           line 403, in __getattr__
               warnings.warn(

msabramo avatar Jul 25 '24 22:07 msabramo