We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a92e884 commit 7721103Copy full SHA for 7721103
1 file changed
src/mkdocs_autorefs/plugin.py
@@ -19,7 +19,6 @@
19
from urllib.parse import urlsplit
20
21
from mkdocs.plugins import BasePlugin
22
-from mkdocs.utils import warning_filter
23
24
from mkdocs_autorefs.references import AutorefsExtension, fix_refs, relative_url
25
@@ -29,7 +28,6 @@
29
28
from mkdocs.structure.toc import AnchorLink
30
31
log = logging.getLogger(f"mkdocs.plugins.{__name__}")
32
-log.addFilter(warning_filter)
33
34
35
class AutorefsPlugin(BasePlugin):
0 commit comments