Skip to content

Commit

Permalink
DOC add missing requirements for building docs (scikit-learn#11292)
Browse files Browse the repository at this point in the history
  • Loading branch information
twosigmajab authored and amueller committed Jun 15, 2018
1 parent 4143356 commit fb9e13d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/developers/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -434,10 +434,9 @@ HTML output by building the documentation website.
Building the documentation
^^^^^^^^^^^^^^^^^^^^^^^^^^

Building the documentation requires the ``sphinx``, ``sphinx-gallery``,
``numpydoc``, ``matplotlib``, and ``Pillow`` packages::
Building the documentation requires installing some additional packages::

pip install sphinx sphinx-gallery numpydoc matplotlib Pillow
pip install sphinx sphinx-gallery numpydoc matplotlib Pillow pandas scikit-image

To build the documentation, you need to be in the ``doc`` folder::

Expand Down

0 comments on commit fb9e13d

Please sign in to comment.