sphinx: Python documentation generator#

Description#

Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl. It was originally created to translate the new Python documentation, but has now been cleaned up in the hope that it will be useful to many other projects.

License#

Modified BSD; see e.g. its egg-info file for other options

Upstream Contact#

https://pypi.org/project/Sphinx/

Type#

standard

Dependencies#

Version Information#

package-version.txt:

7.2.6

install-requires.txt:

sphinx >=5.2, <8

Equivalent System Packages#

$ sudo pacman -S python-sphinx
$ conda install sphinx\>=5.2
$ sudo apt-get install sphinx
$ sudo yum install python-sphinx
$ sudo pkg install textproc/py-sphinx
$ sudo emerge dev-python/sphinx
$ brew install sphinx-doc
$ sudo port install py-sphinx
$ sudo zypper install python3\$\{PYTHON_MINOR\}-Sphinx
$ sudo xbps-install python3-Sphinx

See https://repology.org/project/python:sphinx/versions

If the system package is installed and if the (experimental) option --enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.