sphinxemoji

Homepage:

https://github.com/sphinx-contrib/emojicodes/

Documentation:

https://sphinxemojicodes.readthedocs.io/en/stable/

sphinxemoji allows you to easily add emojis in your documentation. It uses internal’s Sphinx roles to make it possible.

Example

This text includes a smily face 😄 and a snake too! 🐍

Don’t you love it? 😍

Installation

pip install sphinxemoji

Configuration

# conf.py
extensions = [
    '...',
    'sphinxemoji.sphinxemoji',
]