zachhannum / mkdocs-autolinks-plugin

An MkDocs plugin that automagically generates relative links between markdown pages
https://pypi.org/project/mkdocs-autolinks-plugin/
MIT License
79 stars 31 forks source link

Fix/deprecation warnings #34

Closed lyz-code closed 1 year ago

lyz-code commented 1 year ago

Hi, I've been using your plugin for a while (thanks!) and I use it as a dependency for my plugin mkdocs-newsletter. Recently my CI has started failing because part of your code is using the soon to be deprecated object warning_filter.

Sorry for the imports reorder, I use isort on my dev environment , and the regular expression change (due to black).

If you like the contribution can you please make a release? so that my CI stops failing.

Thanks!

zachhannum commented 1 year ago

I'd be happy to pull this change in for you and push up a new release. It looks like there are some merge conflicts that need to be resolved due to the reformatting.

I think you'll want to rebase your fork to the latest upstream commit to fix the issues. Once the conflicts are resolved I'll gladly pull it in.

lyz-code commented 1 year ago

Fixed @zachhannum , thanks for the quick answer :)