Description
Adds Sphinx builders that output serialized documentation data, such as JSON or pickle files, instead of only normal HTML pages. It helps search systems, documentation viewers, and custom publishing pipelines reuse parsed page content.
Developers use it during documentation builds. Serialized output can include page text and metadata, so avoid publishing private documentation or unsafe pickle files to untrusted consumers.