Description
mkdocs.yml contains 3 lines that are commented and that were originally here in the repo before being migrated to GitHub:
# - pymdownx.emoji:
# emoji_index: !!python/name:materialx.emoji.twemoji
# emoji_generator: !!python/name:materialx.emoji.to_svg
They have been commented because generated the following error while running mkdocs serve:
Error: MkDocs encountered an error parsing the configuration file: while constructing a Python object
cannot find module 'materialx.emoji' (No module named 'materialx')
in "/Users/ju/ods-mkdocs-theme/mkdocs.yml", line 36, column 20
Haven't figured out how to fix this issue.
If you have any information to fix it or allow us to definitely remove these comments, don't hesitate.
Description
mkdocs.yml contains 3 lines that are commented and that were originally here in the repo before being migrated to GitHub:
They have been commented because generated the following error while running
mkdocs serve:Haven't figured out how to fix this issue.
If you have any information to fix it or allow us to definitely remove these comments, don't hesitate.