aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.doc
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.doc')
-rw-r--r--INSTALL.doc10
1 files changed, 10 insertions, 0 deletions
diff --git a/INSTALL.doc b/INSTALL.doc
index 21b21163c..b71115bfa 100644
--- a/INSTALL.doc
+++ b/INSTALL.doc
@@ -26,6 +26,12 @@ To produce all the documents, the following tools are needed:
- convert (ImageMagick)
- hevea
- hacha
+ - Python 3
+ - Sphinx 1.6.5 (http://www.sphinx-doc.org/en/stable/)
+ - sphinx_rtd_theme
+ - pexpect
+ - beautifulsoup4
+ - Antlr4 runtime for Python 3
Under Debian based operating systems (Debian, Ubuntu, ...) a
@@ -34,6 +40,10 @@ working set of packages for compiling the documentation for Coq is:
texlive texlive-latex-extra texlive-math-extra texlive-fonts-extra
texlive-humanities texlive-pictures latex-xcolor hevea transfig
imagemagick
+ python3 python-pip3
+
+To install the Python packages required to build the user manual, run:
+ pip3 install sphinx sphinx_rtd_theme beautifulsoup4 antlr4-python3-runtime pexpect
Compilation