--- id: sphinxemoji version: "0.3.2" license: unclear license_treatment: permissive maintenance: aging --- # sphinxemoji — An extension to use emoji codes in your Sphinx documentation License: permissive · Maintenance: aging · Downloads: 336.7K/mo ## 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 above — 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 pip install sphinxemoji uv add sphinxemoji 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_current - Install friction: low - Maintenance: aging - Downloads: 336.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags sphinx emoji codes, emoji in sphinx documentation, sphinx extension emoji, emoji replacement sphinx, documentation emoji support, sphinx emoji rendering, sphinx-extension, emoji-rendering [View on SkillFed](https://skillfed.io/packages/sphinxemoji) · [View on PyPI](https://pypi.org/project/sphinxemoji/)