$npx skillfedfor your agent

Sphinx packages

92 packages · page 2 of 3

Packages

sphinx-togglebutton Worth it
PyPI · Sphinx · released Mar 2026

A Sphinx extension that adds collapsible toggle buttons to admonitions and arbitrary content sections, allowing documentation authors to hide and show content on demand.

MITpure Python
519.4Kdownloads / mo
sphinxcontrib-confluencebuilder With conditions
PyPI · Sphinx · released Aug 2026

Sphinx extension that converts reStructuredText documentation into Atlassian Confluence Storage Markup format and optionally publishes it to a Confluence instance.

BSD-2-Clausepure Python · 3.10+
514.9Kdownloads / mo
fluent.pygments With conditions
PyPI · Sphinx · released May 2020

Adds syntax highlighting support for Fluent localization files to Pygments, enabling syntax-colored display of Fluent code in documentation tools like Sphinx.

However, note that the last release was in 2020; verify compatibility with your current Pygments version before relying on it in production documentation.

Apache-2.0pure Python
443.0Kdownloads / mo
censys With conditions
PyPI · Sphinx · released Dec 2025

A Python wrapper for Censys APIs that lets you search internet-wide data on hosts, certificates, and services, manage attack surface assets, and run queries from the command line.

However, review the deprecation notice carefully: if you are starting a new project, evaluate censys-platform as your long-term choice.

Apache-2.0pure Python
408.3Kdownloads / mo
autodoc_pydantic Worth it
PyPI · Sphinx · released Apr 2024

Sphinx extension that automatically generates documentation for pydantic models and settings, integrating pydantic's field metadata (defaults, aliases, constraints) directly into Sphinx autodoc output.

MITpure Python
406.5Kdownloads / mo
nvidia-sphinx-theme With conditions
PyPI · Sphinx · released Nov 2025

A Sphinx theme that extends PyData Sphinx Theme with NVIDIA branding and styling for documentation projects.

However, the proprietary license is restrictive—verify that your project qualifies as a 'NVIDIA product or service' before committing.

license unclearpure Python · 3.10+aging
400.5Kdownloads / mo
property-manager Skip
PyPI · Sphinx · released Mar 2020

Provides custom Python property decorators for defining required properties, writable properties with computed defaults, and cached properties that compute values on demand.

MITpure Pythonabandoned
395.9Kdownloads / mo
sphinxcontrib-openapi With conditions
PyPI · Sphinx · released Feb 2026

Sphinx extension that renders OpenAPI (Swagger) specifications into formatted API documentation using the HTTP domain.

BSD-3-Clausepure Python · 3.10+aging
320.3Kdownloads / mo
exhale With conditions
PyPI · Sphinx · released Jan 2024

Exhale automatically generates C++ API documentation by running Doxygen, parsing its XML output with BeautifulSoup and lxml, and publishing class, file, and page hierarchies as reStructuredText documents within Sphinx.

However, dormant maintenance (last release 2024-01-21) and the documented limitation to small-to-medium projects are real constraints—verify compatibility with your…

BSD-3-Clausepure Python · 3.8+dormant
317.5Kdownloads / mo
sphinx-autodoc2 Worth it
PyPI · Sphinx · released Nov 2023

sphinx-autodoc2 generates API documentation for Python packages through static code analysis, without requiring package installation, and supports both reStructuredText and Markdown docstrings.

MITpure Python · 3.8+
305.1Kdownloads / mo
sphinx-inline-tabs Worth it
PyPI · Sphinx · released Dec 2025

Adds tabbed content blocks to Sphinx documentation with optional synchronization across pages.

MITpure Python · 3.8+
299.7Kdownloads / mo
sphinx-immaterial With conditions
PyPI · Sphinx · released Feb 2026

A Sphinx documentation theme that adapts the Material Design aesthetic from mkdocs-material, providing a modern, responsive HTML output for Sphinx projects with integrated search and API documentation styling.

MITpure Python · 3.10+
270.5Kdownloads / mo
sphinx-rtd-dark-mode With conditions
PyPI · Sphinx · released Sep 2023

Adds a toggleable dark mode interface to Sphinx documentation built with the Read the Docs theme, letting readers switch between light and dark viewing modes with a button in the corner.

The dormant status is not a concern for a feature-complete extension; however, verify compatibility with your current sphinx-rtd-theme version before deploying to…

MITpure Python · 3.4+dormant
262.7Kdownloads / mo
sphinxext-rediraffe With conditions
PyPI · Sphinx · released Sep 2025

A Sphinx extension that automatically redirects requests for non-existent or renamed documentation pages to their current locations, resolving chains of redirects transparently.

MITpure Python · 3.9+aging
257.1Kdownloads / mo
sphinx-substitution-extensions Worth it
PyPI · Sphinx · released Aug 2026

Adds substitution support to Sphinx directives, allowing variable replacement within code blocks, file paths, and other content during documentation builds.

MITpure Python · 3.11+
253.8Kdownloads / mo
sphinx-llm With conditions
PyPI · Sphinx · released Aug 2026

Sphinx extensions that generate LLM-consumable documentation formats (llms.txt standard) and optionally use LLMs to generate content during the Sphinx build process.

Install it if LLM-friendly documentation export is a goal; skip it if you have no such use case.

permissive licensepure Python · 3.9+
251.5Kdownloads / mo
sphinx-multitoc-numbering With conditions
PyPI · Sphinx · released Mar 2021

A Sphinx extension that maintains continuous section numbering across multiple table-of-contents structures in HTML output, useful for multi-part documents and jupyter-book projects.

However, verify compatibility with your Sphinx version first, as the abandoned status means no updates for newer releases.

permissive licensepure Pythonabandoned
231.1Kdownloads / mo
esbonio With conditions
PyPI · Sphinx · released Jun 2026

A Language Server Protocol implementation for reStructuredText and Sphinx documentation projects, providing code completion, diagnostics, hover information, symbol navigation, and other IDE-like features for documentation editing.

MITpure Python · 3.10+
223.7Kdownloads / mo
sphinx-comments Skip
PyPI · Sphinx · released Aug 2020

Integrates third-party commenting and annotation services into Sphinx-generated documentation sites.

MITpure Pythonabandoned
203.2Kdownloads / mo
sphinx-favicon With conditions
PyPI · Sphinx · released Feb 2026

A Sphinx extension that injects custom favicon link tags into HTML documentation, supporting multiple formats and rel attributes configured directly in conf.py.

However, maintenance is aging (last release 183 days ago), so verify compatibility with your current Sphinx version before relying on it for production builds.

MITpure Python · 3.10+aging
201.4Kdownloads / mo
sphinx-automodapi With conditions
PyPI · Sphinx · released Dec 2025

Sphinx extension that automatically generates API documentation pages for entire Python modules, reducing manual documentation overhead by introspecting module contents.

permissive licensepure Python · 3.10+
200.6Kdownloads / mo
sphinxcontrib-apidoc With conditions
PyPI · Sphinx · released May 2025

A Sphinx extension that automatically runs sphinx-apidoc during documentation builds, generating API documentation from Python source code without requiring separate build steps.

However, check whether Sphinx's built-in apidoc extension meets your needs first, as the project documentation recommends new users adopt that instead and notes this…

BSD-3-Clausepure Python · 3.9+
195.6Kdownloads / mo
sphinx-toggleprompt With conditions
PyPI · Sphinx · released Feb 2025

Adds a button to Python code blocks in Sphinx documentation that toggles >>> prompts and removes output lines for cleaner code display.

Install it if prompt toggling improves your documentation's usability.

MITpure Python · 3.9+aging
192.4Kdownloads / mo
docstr-coverage With conditions
PyPI · Sphinx · released May 2024

Measures docstring coverage in Python source code by scanning for missing docstrings in functions, classes, methods, and modules, then reports statistics and identifies gaps.

However, maintenance is dormant (last release May 2024, no commits for 829 days), so verify compatibility with your Python version before relying on it for critical…

MITpure Pythondormant
190.7Kdownloads / mo
sphinx-jsonschema With conditions
PyPI · Sphinx · released Dec 2025

A Sphinx extension that renders JSON Schema definitions inline or from external files directly into documentation, with support for JSON Pointer notation, cross-references, and reStructuredText markup.

However, the abandoned maintenance status and archived repository mean no future bug fixes or Sphinx compatibility updates are guaranteed.

GPL-3.0-onlybuilds from sourceabandoned
186.5Kdownloads / mo
sphinx-jupyterbook-latex With conditions
PyPI · Sphinx · released Dec 2023

A Sphinx extension that adds LaTeX output infrastructure for Jupyter Book, configuring LaTeX builders and manipulating the document structure for PDF generation.

BSD-3-Clausepure Python · 3.9+dormant
186.0Kdownloads / mo
autoclasstoc With conditions
PyPI · Sphinx · released Oct 2024

Generates a structured table of contents for auto-documented Python classes in Sphinx, organizing class members into meaningful sections while collapsing inherited methods to improve navigation.

However, the unclear license and dormant maintenance mean you should verify license compatibility upfront and be prepared to maintain a fork if critical bugs emerge.

license unclearpure Python · 3.6+dormant
182.4Kdownloads / mo
sphinx-pyproject With conditions
PyPI · Sphinx · released Aug 2023

Loads Sphinx documentation configuration from pyproject.toml instead of keeping it all in conf.py, using PEP 621 project metadata and custom tool settings.

MITpure Python · 3.6+
167.2Kdownloads / mo
sphinx-multiversion Skip
PyPI · Sphinx · released Aug 2020

Sphinx extension that builds and serves multiple versions of documentation from a single repository, enabling self-hosted versioned docs without heavy customization of Sphinx internals.

BSD-3-Clausepure Pythonabandoned
166.2Kdownloads / mo
sphinxcontrib-towncrier With conditions
PyPI · Sphinx · released Feb 2025

A Sphinx extension that automatically injects a Towncrier-generated changelog draft into documentation, displaying unreleased project version fragments.

However, note that it is still alpha-stage software (version 0.5.0a0), so expect potential API changes.

BSD-3-Clausepure Python · 3.9+
163.1Kdownloads / mo
sphobjinv Worth it
PyPI · Sphinx · released Mar 2026

Inspect, search, and manipulate Sphinx objects.inv inventory files from the command line or Python API, enabling precise cross-reference discovery and inventory editing.

Install it if you write Sphinx documentation or manage documentation builds.

MITpure Python · 3.10+
160.2Kdownloads / mo
antsibull-docs With conditions
PyPI · Sphinx · released Aug 2026

Builds and generates Ansible documentation from source, providing a command-line tool and Sphinx extension for processing Ansible markup into formatted documentation.

Not recommended for general-purpose documentation building outside the Ansible ecosystem, as it is purpose-built and not designed as a reusable library.

GPL-3.0-or-laterpure Python · 3.9+
156.9Kdownloads / mo
SnakeMD Worth it
PyPI · Sphinx · released May 2026

SnakeMD generates Markdown files programmatically from Python, letting you build documentation, README files, and other Markdown content through a Python API instead of writing raw Markdown text.

Install it if you need to generate Markdown files from Python code.

MITpure Python
148.5Kdownloads / mo
sphinx-remove-toctrees With conditions
PyPI · Sphinx · released Mar 2024

A Sphinx extension that selectively removes toctree objects from specified pages to reduce documentation build time, particularly for projects with large auto-generated API documentation.

MITpure Python · 3.9+dormant
147.9Kdownloads / mo
readthedocs-sphinx-search With conditions
PyPI · Sphinx · released Jan 2024

A Sphinx extension that adds real-time search-as-you-type functionality to documentation hosted on Read the Docs.

MITpure Python · 3.6+abandoned
138.2Kdownloads / mo
click-extra With conditions
PyPI · Sphinx · released Aug 2026

Click Extra is a wrapper around Click that adds configuration file loading, colored help screens, standard CLI options, and theming to make building professional command-line tools faster and with less boilerplate.

GPL-2.0-or-laterpure Python · 3.10+
134.1Kdownloads / mo
Pallets-Sphinx-Themes With conditions
PyPI · Sphinx · released Feb 2026

Provides Sphinx themes styled for Pallets project documentation (Flask, Jinja, Werkzeug, Click), enabling consistent visual presentation across related projects.

Install only if you intend to use one of the four named themes; it adds no value for unrelated Sphinx projects.

BSD-3-Clausepure Python · 3.10+
131.1Kdownloads / mo
nbsphinx-link With conditions
PyPI · Sphinx · released May 2026

A Sphinx extension that lets you include Jupyter notebooks from directories outside your Sphinx source root by referencing them via .nblink JSON files.

BSD-3-Clausepure Python · 3.10+
128.9Kdownloads / mo
sphinx-autosummary-accessors Worth it
PyPI · Sphinx · released Mar 2025

A Sphinx extension that generates proper documentation for pandas or xarray accessor-style properties and methods, avoiding code duplication across projects with custom accessors.

MITpure Python · 3.9+
121.2Kdownloads / mo
readthedocs-sphinx-ext Skip
PyPI · Sphinx · released Dec 2023

Provides Sphinx extensions that integrate documentation builds with Read the Docs features, including template overrides and build customizations.

No, not for new projects.

permissive licensepure Pythonabandoned
112.6Kdownloads / mo