From 95ff10cc1ef19de966baa01eca1f9ec0ee975de3 Mon Sep 17 00:00:00 2001
From: Frank Winklmeier <frank.winklmeier@cern.ch>
Date: Thu, 10 Apr 2025 18:25:21 +0200
Subject: [PATCH] Use GitHub style emojis

Use `geomji` index and render them as Unicode (default was png).
---
 mkdocs.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index 62b7010..f2555bc 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -197,7 +197,9 @@ markdown_extensions:
   - admonition # callouts like !!!note and !!!tip
   - pymdownx.details
   - pymdownx.superfences # code inside admonitions
-  - pymdownx.emoji
+  - pymdownx.emoji:
+      emoji_index: !!python/name:pymdownx.emoji.gemoji
+      emoji_generator: !!python/name:pymdownx.emoji.to_alt
   - pymdownx.snippets:
       url_download: true
       check_paths: true
-- 
GitLab