summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoss Barnowski <rossbar@berkeley.edu>2019-12-29 15:50:36 -0800
committerRoss Barnowski <rossbar@berkeley.edu>2019-12-29 16:07:21 -0800
commitb9e2cdd448e10cb6aa721cf13e0a16084ab634c9 (patch)
tree20fbfb42e6484b9626054d1f397ba3aec04be7b7 /doc
parent49b0d2e2f71d78168eb38ea6deb52374e2227540 (diff)
downloadnumpy-b9e2cdd448e10cb6aa721cf13e0a16084ab634c9.tar.gz
DOC: Added note about LaTeX requirement
Building the html docs from source requires a working LaTeX build environment to get the equations rendered properly.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/dev/index.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/dev/index.rst b/doc/source/dev/index.rst
index da225d8da..1aacc2c49 100644
--- a/doc/source/dev/index.rst
+++ b/doc/source/dev/index.rst
@@ -242,6 +242,11 @@ From the ``doc/`` directory:
git submodule update --init
+The documentation includes mathematical formulae with LaTeX formatting.
+A working LaTeX document production system
+(e.g. `texlive <https://www.tug.org/texlive/>`__) is required for the
+proper rendering of the LaTeX math in the documentation.
+
Fixing Warnings
~~~~~~~~~~~~~~~