Sphinx Callouts

A Sphinx extension that adds support for callouts.

Latest PyPi Version PyPi Downloads per month Parallel read/write safe GitHub Repository stars

Installation

Directly install via pip by using:

pip install sphinx-callouts

Usage

Add the extension to your Sphinx configuration (conf.py):

extensions = [
    'sphinx_callouts',
]

For comprehensive examples and detailed usage instructions, see the Getting Started guide.