backstage / mkdocs-techdocs-core

The core MkDocs plugin used by Backstage's TechDocs as a wrapper around multiple MkDocs plugins and Python Markdown extensions
Apache License 2.0
82 stars 61 forks source link

fix(deprecation): remove warning_filter #161

Closed MindTooth closed 6 months ago

MindTooth commented 6 months ago
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 "/Users/mindtooth/Git/docs/linux-mirror/venv/lib/python3.11/site-packages/src/core.py", line 22, in <module>
               from mkdocs.utils import warning_filter
             File "/Users/mindtooth/Git/docs/linux-mirror/venv/lib/python3.11/site-packages/mkdocs/utils/__init__.py", line 453, in __getattr__
               warnings.warn(

Stolen from https://github.com/Lisandra-dev/mkdocs-ezlinked-plugin/commit/380116f20898b64bf75b00110e8d61d05aeabc34

github-actions[bot] commented 6 months ago

This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution!

MindTooth commented 6 months ago

@johnphilip283 care to take a look.