summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Stansby <dstansby@gmail.com>2019-10-06 22:11:54 +0100
committerEric Wieser <wieser.eric@gmail.com>2019-10-06 22:11:54 +0100
commita8c730bc17ad3479dfba844bd860d85547b0e712 (patch)
treec6dbb521470cbfa1fcfe59ca0e3bf5877abdae88
parentb0ecf775f31332bf1612a2f884d61935a605bce6 (diff)
downloadnumpy-a8c730bc17ad3479dfba844bd860d85547b0e712.tar.gz
DOC: Note IPython requirement for doc build in development notes (#14649)
-rw-r--r--doc/source/dev/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/dev/index.rst b/doc/source/dev/index.rst
index 3b409f5ca..9ccb2eed2 100644
--- a/doc/source/dev/index.rst
+++ b/doc/source/dev/index.rst
@@ -226,7 +226,7 @@ Requirements
~~~~~~~~~~~~
`Sphinx <http://www.sphinx-doc.org/en/stable/>`__ is needed to build
-the documentation. Matplotlib and SciPy are also required.
+the documentation. Matplotlib, SciPy, and IPython are also required.
Fixing Warnings
~~~~~~~~~~~~~~~