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

fix: Fixed warning related to deprecated mkdocs logging function #264

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

thdhondt
Copy link
Contributor

The warning_filter function from MkDocs is no longer working since version 1.2.
Using the function results in a warning during the building of an MkDocs website using the bibtex pluging.

I added a condition that checks which version of MkDocs the user is running and calls the warning_filter accordingly.
This removes the warning on newer versions of MkDocs.

The implementation is based on: fralau/mkdocs-macros-plugin@979a976

@shyamd shyamd merged commit 2797caa into shyamd:main Aug 23, 2024
13 checks passed
@shyamd
Copy link
Owner

shyamd commented Aug 23, 2024

Thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants