You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Material emoji logic has been officially moved into mkdocs-material
version 9.4. Please use Material's 'material.extensions.emoji.twemoji'
instead of 'materialx.emoji.twemoji' in your 'mkdocs.yml' file.
```
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
```
However in the src/mkdocs-gallery/plugin.py, the deprecated configuration is set, line 226-228 of that script.
Thanks @BalzaniEdoardo ! Indeed this should have been done already ! The "only" reason is probably (?) because this warning appeared after the last release ? But I'm not actually even sure.
Would you like to propose a small PR ? If so, please add a new changelog section with an item mentioning your PR. Thanks !
Hi, thanks for the awesome package!
mkdcos-material is raising a deprecation warning:
However in the
src/mkdocs-gallery/plugin.py
, the deprecated configuration is set, line 226-228 of that script.This result in a warning when building the docs.
Replacing those lines with,
would fix the warning. Is there a reason you did not update the config yet?
Best regards,
Edoardo
The text was updated successfully, but these errors were encountered: