Skip to content
Discussion options

You must be logged in to vote

Hello @ritwika314,
quite weird issue, especially if MkDocs does resolve the material theme name.

Firstly for a sanity-check you can do pip show mkdocs-material. It should display the path to the installed mkdocs-material module under Location: <path>. Then check inside of the <path>/material directory if you have the extensions folder with emoji.py and __init__.py files.

Perhaps your mkdocs uses a different site-packages directory than the one used with pip or python commands.
You can try running python -m mkdocs serve to see if there is another result.
You can also debug it with a hook add the hook to your mkdocs.yml config and inside the hook write (also remove the failing emoji setting…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ritwika314
Comment options

@kamilkrzyskow
Comment options

@ritwika314
Comment options

Answer selected by ritwika314
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants