Skip to content
Discussion options

You must be logged in to vote

Your custom_dir points to docs/.overrides, while you point pymdownx.emoji to overrides/.icons. I think if you change it to docs/overrides/.icons, it should work. Nevertheless, never put overrides in the docs_dir – they will all be copied and included with the final output.

# Included Markdown extensions
markdown_extensions:
  - pymdownx.emoji:
      emoji_index: !!python/name:materialx.emoji.twemoji
      emoji_generator: !!python/name:materialx.emoji.to_svg
      options:
        custom_icons:
          - docs/overrides/.icons # <-- NOT recommended, see explanation.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@santaimpersonator
Comment options

Answer selected by santaimpersonator
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