Packages
Jupyter Sphinx Extensions runs code embedded in Sphinx documentation and embeds its output—including images and interactive widgets—directly into the generated documentation.
Adds a Sphinx directive to embed interactive Plotly figures directly into Sphinx documentation by executing Python code that generates plots.
A Sphinx extension that organizes changelog entries generated by versionadded, versionchanged, and deprecated directives into a collapsible, reverse-chronologically sorted log.
Adds interactive tooltips to Sphinx documentation using the Tippy.js library, allowing you to display rich, contextual help text on hover or click.
A Sphinx extension that embeds draw.io diagrams into documentation by converting .drawio files to image formats (PNG, JPG, SVG, PDF) during the build process.
The main gotcha is the external draw.io binary dependency and headless-mode setup on CI—plan for that upfront.
Sphinx extension that displays tooltips with linked section content when hovering over cross-references in documentation.
However, exercise caution: the repository is archived and abandoned, so no bug fixes or compatibility updates will be released.
sphinx-codeautolink automatically converts code examples in Sphinx documentation into clickable links that point to the corresponding reference documentation for each code element.
Provides a pre-built intersphinx mapping registry for common Python packages, eliminating the need to manually configure documentation cross-references in Sphinx projects.
Automatically formats reStructuredText in files and Python docstrings to a consistent style, similar to how Black formats Python code.
A Sphinx extension that auto-generates documentation for Typer CLI applications, rendering command help text in HTML, SVG, or text format using Typer's rich console formatting.
A Sphinx extension that lets you write LaTeX math in reStructuredText using dollar-sign syntax ($ and $$) instead of Sphinx's native :math: directive.
A Sphinx extension that embeds block diagrams into documentation by rendering blockdiag syntax within reStructuredText.