How to Install python-sphinx in Ubuntu 18.04



Install python-sphinx by entering the following commands in the terminal:

sudo apt update
sudo apt install python-sphinx

Description:

documentation generator for Python projects (implemented in Python 2)

Sphinx is a tool for producing documentation for Python projects, using reStructuredText as markup language. . Sphinx features: * HTML, CHM, LaTeX output, * Cross-referencing source code, * Automatic indices, * Code highlighting, using Pygments, * Extensibility. Existing extensions: - automatic testing of code snippets, - including docstrings from Python modules. . This package includes Python 2 modules and command line utilities.

Homepage: http://sphinx-doc.org/

Version: 1.6.7-1ubuntu1

Section: universe/python