skillfed

sphinxemoji

An extension to use emoji codes in your Sphinx documentation

sphinxemoji v0.3.2 336.7K downloads/30d#7,458 on PyPI55
Permissive license AGING released

What it is and what it does

sphinxemoji is a Sphinx extension that adds emoji rendering to reStructuredText documentation. You enable it in your conf.py, then write emoji codes between bars (|:smile:|, |:snake:|, |:heart_eyes:|) in your source files, and they render as emoji in the built output. The extension processes these codes after Sphinx's built-in substitutions like |release| and |version|, but before other custom substitutions, so you can override emoji codes if needed.

The extension supports configurable emoji styles (defaulting to Twemoji) and lets you specify your own emoji source—either a CDN URL or a local file. It has a single runtime dependency on sphinx and requires Python 3.9 or later. With no known vulnerabilities and a permissive BSD license, it's straightforward to integrate into existing Sphinx projects.

Use it for:

  • Add visual emoji to release notes or changelog entries in Sphinx documentation.
  • Enhance API documentation with emoji indicators (e.g., |:warning:| for deprecations, |:checkmark:| for supported features).
  • Create more engaging user guides or tutorials by sprinkling emoji throughout the text.
  • Standardize emoji rendering across documentation by specifying a consistent style like Twemoji instead of relying on browser defaults.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Sphinx extension that replaces emoji codes (like |:smile:|) with rendered emoji in your documentation, with configurable emoji styles and sources.

Yes, if you are already using Sphinx and want to add emoji to your documentation. The extension is low-friction to install, has no security vulnerabilities, and the permissive license poses no restrictions. The aging maintenance status (last commit 242 days ago) is a minor concern for long-term support, but the repository is still active and the feature set is stable and narrow.

Install

sphinxemoji on PyPI

pip

pip install sphinxemoji

uv

uv add sphinxemoji

poetry

poetry add sphinxemoji

Installing sphinxemoji

Before you install

Low install friction with a single runtime dependency on sphinx. Maintenance status is aging—last commit was 242 days ago—but the repository remains active and not archived.

License in practice

Licensed under BSD (permissive), which places no significant restrictions on use or redistribution in most contexts.

Quickstart

pip install sphinxemoji

In conf.py:
extensions = [
    'sphinxemoji.sphinxemoji',
]

In your .rst files:
This text includes a smiley face |:smile:| and a snake too! |:snake:|

Requires Python 3.9 or later and an existing Sphinx documentation project.

Verify before relying

  • Whether the emoji code syntax (e.g., |:smile:|) conflicts with existing Sphinx substitution patterns in real-world documentation.
  • Support status for Sphinx versions beyond the current release cycle.
  • Whether custom emoji sources and CDN configurations are reliably maintained across updates.

Package facts

License not declared (permissive)
Python support supports the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 1 — sphinx
Maintenance aging — 242 days since the last release
Last repo commit
First released
Downloads 336,694/month — #7,458 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: sphinxemoji-0.3.2-py3-none-any.whl

Development Status :: 4 - BetaFramework :: Sphinx :: ExtensionIntended Audience :: DevelopersLicense :: OSI Approved :: BSD LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3Topic :: DocumentationTopic :: Software DevelopmentTopic :: Utilities

Tags

sphinx emoji codesemoji in sphinx documentationsphinx extension emojiemoji replacement sphinxdocumentation emoji supportsphinx emoji rendering
sphinx-extensionemoji-rendering

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

sphinx-favicon

A Sphinx extension that injects custom favicon…

permissive · top 15,000 on PyPI

sphinx-substitution-extensions

Adds substitution support to Sphinx directives,…

permissive · top 15,000 on PyPI

readthedocs-sphinx-ext

Provides Sphinx extensions that integrate…

permissive · top 15,000 on PyPI

sphinx-jinja

A Sphinx extension that lets you embed Jinja2…

permissive · top 5,000 on PyPI

emot

Extracts emojis and emoticons from text,…

unclear · top 15,000 on PyPI

sphinx-markdown-tables

Adds markdown table support to Sphinx…

copyleft · top 15,000 on PyPI

sphinx-llm

Sphinx extensions that generate LLM-consumable…

permissive · top 15,000 on PyPI

esphome-glyphsets

Provides a lightweight glyph set library…

permissive · top 15,000 on PyPI

sphinx-markdown-builder

A Sphinx extension that generates Markdown…

permissive · top 15,000 on PyPI

mkdocs-material-extensions

Provides emoji and SVG icon extensions for…

permissive · top 5,000 on PyPI