aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.doc
diff options
context:
space:
mode:
authorMaxime Dénès2018-03-09 15:21:08 +0100
committerMaxime Dénès2018-03-09 15:21:08 +0100
commit6c43c26a98ea197e9c07b03b76e1916b9f94bb00 (patch)
treea5947c776abf9eb7b2f5e4e85a098c1758390a82 /INSTALL.doc
parent0b3a458ecf2cfbe8cd2905d28f2459bd16240a18 (diff)
parent0416ed84caf37bc482214b4213be88d405c9b4ce (diff)
Merge PR #6818: Sphinx doc infrastructure
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 21b21163c0..b71115bfa1 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