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

Upgrade mkdocs material to address deprecation breaking builds #591

Closed
fenekku opened this issue Dec 1, 2023 · 0 comments · Fixed by #592
Closed

Upgrade mkdocs material to address deprecation breaking builds #591

fenekku opened this issue Dec 1, 2023 · 0 comments · Fixed by #592
Assignees
Labels
bug Something isn't working

Comments

@fenekku
Copy link
Collaborator

fenekku commented Dec 1, 2023

At time: 2023-12-01 one

Describe the bug

Fix this:

 INFO    -  DeprecationWarning: 'materialx.emoji.twemoji' is deprecated.
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


'mkdocs_material_extensions' is deprecated and will no longer be
supported moving forward. This is the last release.
@fenekku fenekku added the bug Something isn't working label Dec 1, 2023
@fenekku fenekku self-assigned this Dec 1, 2023
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
Status: Released | Done 🚀
Development

Successfully merging a pull request may close this issue.

1 participant