sphinx-tippy is a Sphinx extension that enables rich tooltips for references and glossary terms using the Tippy.js library. Version 0.4.3 supports Python 3.8+ and integrates seamlessly with Sphinx documentation. It provides automatic tooltip generation for cross-references, glossaries, and custom directives, enhancing reader experience without requiring JavaScript expertise.
pip install sphinx-tippyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Add 'sphinx_tippy' to the extensions list in conf.py. Optional configuration: tippy_anchor_parent, tippy_max_width, tippy_theme, etc.
If using a strict CSP, add 'unsafe-inline' for scripts or use a permissive config. For offline builds, consider using a local copy of Tippy.js assets.
Ensure all cross-references in your documentation are valid. Run 'make linkcheck' to find broken references.
Replace 'tippy_theme = ' with 'tippy_theme_css = ' and use a CSS class. See documentation for examples.
No resource links recorded.