Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#107 Remove use of warning_filter (deprecated) #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wdonofrio
Copy link

@wdonofrio wdonofrio commented Aug 20, 2023

Fixes #107

Per #107 Issue, removing the warning_filter as it has been deprecated from mkdocs since version 1.2.

https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04

The mkdocs.utils.warning_filter is deprecated and now does nothing. Plugins should remove any reference to is as it may be deleted in a future release. To ensure any warnings get counted, simply log them to the mkdocs log (i.e.: mkdocs.plugins.pluginname).

@bih bih added this to the v1.1.1 milestone Jan 4, 2024
@bih
Copy link
Collaborator

bih commented Jan 4, 2024

Thanks for this PR! We will include this in the v1.1.1 release :)

@bih bih added the bug Something isn't working label Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DeprecationWarning: warning_filter
2 participants