docutils: Processing plaintext documentation into useful formats, such as HTML or LaTeX#
Description#
Docutils is a modular system for processing documentation into useful formats, such as HTML, XML, and LaTeX. For input Docutils supports reStructuredText, an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax.
License#
Modified BSD
Upstream Contact#
Author: David Goodger
Home Page: http://docutils.sourceforge.net/
Type#
standard
Dependencies#
$(PYTHON_TOOLCHAIN)
$(PYTHON)
Version Information#
package-version.txt:
0.19
install-requires.txt:
docutils >=0.14
Equivalent System Packages#
conda:
$ conda install docutils
gentoo:
$ sudo emerge dev-python/docutils
homebrew:
$ brew install docutils
macports: install the following packages: py-docutils
opensuse:
$ sudo zypper install python3${PYTHON_MINOR}-docutils
void:
$ sudo xbps-install python3-docutils
See https://repology.org/project/docutils/versions, https://repology.org/project/python:docutils/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.