#107 Remove use of warning_filter (deprecated)#108
Closed
wdonofrio wants to merge 1 commit intobackstage:masterfrom
Closed
#107 Remove use of warning_filter (deprecated)#108wdonofrio wants to merge 1 commit intobackstage:masterfrom
wdonofrio wants to merge 1 commit intobackstage:masterfrom
Conversation
Collaborator
|
Thanks for this PR! We will include this in the |
bih
approved these changes
Jan 4, 2024
|
Is this still being worked on? It's polluting my logs. |
|
Small up. I have the same issue in my logs. |
|
Small bump |
Collaborator
|
This is merged in #140. Closing. |
bih
added a commit
that referenced
this pull request
Jun 5, 2025
* feat: add support for monorepos with symlink folders * edit_uri: fix edit URL for nested site_name fixes #127 and adds regression test for nested site_name in included project * Avoid replacing dots for underscores Resolves #123 * feat: removed restrictions on using directories outside root * chore: fmt * chore: bump dependencies * docs: mention fixtures in readme * fix: bump to 1.1.1 * docs: mention #129 in changelog * docs: mention #108 * docs: add #122 * docs: add #128 --------- Co-authored-by: Bart van den Ende <bart.van.den.ende@wbd.com> Co-authored-by: Duncan Macleod <duncan.macleod@ligo.org> Co-authored-by: Fokko Driesprong <fokko@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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).