skillfed

sphinxcontrib-serializinghtml

sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle)

sphinxcontrib-serializinghtml Permissive license DORMANT 4 v2.0.0 released

Install

sphinxcontrib-serializinghtml on PyPI

pip

pip install sphinxcontrib-serializinghtml

uv

uv add sphinxcontrib-serializinghtml

poetry

poetry add sphinxcontrib-serializinghtml

Package facts

License not declared (permissive)
Python support supports the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies none
Maintenance dormant — 745 days since the last release
Last repo commit
First released
Popularity one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13)
Known vulnerabilities none known (OSV.dev, checked 2026-08-13)

Evidence: sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: Web EnvironmentFramework :: SphinxFramework :: Sphinx :: ExtensionIntended Audience :: DevelopersIntended Audience :: EducationLicense :: OSI Approved :: BSD LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.9Topic :: DocumentationTopic :: Documentation :: SphinxTopic :: Text ProcessingTopic :: Utilities

About sphinxcontrib-serializinghtml

from the package's own PyPI description — quoted content, verbatim

============================= sphinxcontrib-serializinghtml =============================

sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).

For more details, please visit http://www.sphinx-doc.org/.

Installing

Install from PyPI::

pip install -U sphinxcontrib-serializinghtml

Contributing

See CONTRIBUTING.rst__

.. __: https://github.com/sphinx-doc/sphinx/blob/master/CONTRIBUTING.rst

Read as markdown · JSON record · Source repository · Homepage

AI interpretation — verify before relying

AI-generated interpretation of the package facts above; every digit, version, license, or vulnerability id it cites is grounded in the facts already shown on this page

A Sphinx extension that serializes HTML documentation output into JSON and pickle formats for programmatic access and processing.

Low friction installation with no runtime dependencies. Marked dormant (745 days since last release), though the repository remains active with a recent commit in October 2024; suitable for stable, maintenance-light use cases.

Licensed under BSD (permissive), allowing commercial and private use with minimal restrictions.

Usage

pip install sphinxcontrib-serializinghtml==2.0.0

# In conf.py, add to extensions list:
extensions = ['sphinxcontrib.serializinghtml']

Requires Python 3.9 or later; intended for use within a Sphinx documentation project.

Verdict: A stable, production-ready Sphinx extension with zero dependencies and permissive licensing. Dormancy (no release in 745 days) is typical for mature, feature-complete tools; the October 2024 repository commit confirms ongoing maintenance. Safe for projects needing serialized HTML output formats.

Needs verification

  • Whether the extension is actively maintained by the Sphinx project or has been superseded by built-in functionality.
  • Real-world usage frequency and whether the JSON/pickle output formats remain widely adopted in the Sphinx ecosystem.
sphinx html serializationsphinx json outputsphinx pickle exportsphinx documentation serializersphinx extension json pickleserialize sphinx htmlsphinx structured output

Similar packages