--- id: sphinx version: "9.1.0" license: BSD-2-Clause license_treatment: permissive maintenance: active --- # Sphinx — Python documentation generator License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install sphinx uv add sphinx poetry add sphinx ## Description ======== Sphinx ======== .. image:: https://img.shields.io/pypi/v/sphinx.svg :target: https://pypi.org/project/Sphinx/ :alt: Package on PyPI .. image:: https://github.com/sphinx-doc/sphinx/actions/workflows/main.yml/badge.svg :target: https://github.com/sphinx-doc/sphinx/actions/workflows/main.yml :alt: Build Status .. image:: https://readthedocs.org/projects/sphinx/badge/?version=master :target: https://www.sphinx-doc.org/ :alt: Documentation Status .. image:: https://img.shields.io/badge/License-BSD%202--Clause-blue.svg :target: https://opensource.org/licenses/BSD-2-Clause :alt: BSD 2 Clause **Sphinx makes it easy to create intelligent and beautiful documentation.** Sphinx uses reStructuredText as its markup language, and many of its strengths come from the power and straightforwardness of reStructuredText and its parsing and translating suite, the Docutils. Features ======== * **Output formats**: HTML, PDF, plain text, EPUB, TeX, manual pages, and more * **Extensive cross-references**: semantic markup and automatic links for functions, classes, glossary terms and similar pieces of information * **Hierarchical structure**: easy definition of... ## AI interpretation — verify before relying Sphinx is a documentation generator that converts reStructuredText markup into multiple output formats (HTML, PDF, EPUB, and more) with automatic cross-references, code highlighting via Pygments, and extensible support for multiple programming languages. Verdict: Sphinx 9.1.0 is a production-stable documentation framework with no known vulnerabilities, permissive BSD-2-Clause licensing, and low installation friction. It is suitable for projects of any scale requiring professional technical documentation. [View on SkillFed](https://skillfed.io/packages/sphinx) · [View on PyPI](https://pypi.org/project/sphinx/)