From d11834be7919f0dc9e184786c3cb6e9367ee2ad2 Mon Sep 17 00:00:00 2001 From: mailhexu Date: Tue, 4 Jun 2024 22:50:50 +0200 Subject: [PATCH] add emoji extenstion in sphinx conf.py --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 6c291bd..702c819 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,6 +34,7 @@ "sphinx_rtd_theme", "sphinx.ext.mathjax", "sphinx.ext.autodoc", + "sphinxemoji.sphinxemoji", ] # Add any paths that contain templates here, relative to this directory.