Sphinx Callouts¶
A Sphinx extension that adds support for callouts.
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.