%general-entities; ]> Sphinx-&sphinx-version; sphinx Introduction to Sphinx Module The Sphinx package is a set of tools for translating some structured text formats into pretty documentation in various formats. &lfs112_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &sphinx-md5sum; Download size: &sphinx-size; Estimated disk space required: &sphinx-buildsize; Estimated build time: &sphinx-time; Sphinx Dependencies Required , , , , , , , , , , , , , , and Optional (for tests), docutils-stubs , flake8 , flake8-comprehensions , flake8-bugbear , flake8-simplify , html5lib (for tests), isort , mypy , (for tests), sphinx-lint , sphinxcontrib-websupport (for building documentation), types-requests , and types-typed-ast , Installation of Sphinx Build the module: pip3 wheel -w dist --no-build-isolation --no-deps $PWD This package does not come with a test suite. Now, as the root user: pip3 install --no-index --find-links dist --no-cache-dir --no-user sphinx Contents Installed Programs Installed Libraries Installed Directories sphinx-apidoc, sphinx-autogen, sphinx-build, and sphinx-quickstart None /usr/lib/python&python3-majorver;/site-packages/sphinx and /usr/lib/python&python3-majorver;/site-packages/sphinx-&sphinx-version;.dist-info Short Descriptions sphinx-apidoc creates an reST file from python modules and packages sphinx-apidoc sphinx-autogen generates ReStructuredText from special directives contained in given input files sphinx-autogen sphinx-build generates documentation in various formats from ReStructuredText source files sphinx-build sphinx-quickstart generates required files for a sphinx project sphinx-quickstart