Skip to content

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
@Ryangr0
Copy link

Ryangr0 commented Mar 9, 2025

Is this still being worked on? It's polluting my logs.

@thdhondt
Copy link

Small up. I have the same issue in my logs.

@thdhondt
Copy link

Small bump

@bih
Copy link
Collaborator

bih commented Jun 5, 2025

This is merged in #140. Closing.

@bih bih closed this Jun 5, 2025
bih added a commit that referenced this pull request Jun 5, 2025
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 <[email protected]>
Co-authored-by: Duncan Macleod <[email protected]>
Co-authored-by: Fokko Driesprong <[email protected]>
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

4 participants