mkdocs-print-site-plugin icon indicating copy to clipboard operation
mkdocs-print-site-plugin copied to clipboard

Fix deprecation warning on `warning_filter`

Open timvink opened this issue 1 year ago • 0 comments

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 "/anaconda/lib/python3.10/site-packages/mkdocs_print_site_plugin/plugin.py", line 10, in <module>
               from mkdocs.utils import write_file, copy_file, get_relative_url, warning_filter
             File "/anaconda/lib/python3.10/site-packages/mkdocs/utils/__init__.py", line 453, in __getattr__
               warnings.warn(

timvink avatar Nov 07 '23 12:11 timvink