8000 DOC add missing requirements for building docs · twosigmajab/scikit-learn@b2e2f52 · GitHub
[go: up one dir, main page]

Skip to content

Commit b2e2f52

Browse files
committed
DOC add missing requirements for building docs
Fixes scikit-learn#11286.
1 parent 4143356 commit b2e2f52

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/developers/contributing.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,10 +434,9 @@ HTML output by building the documentation website.
434434
Building the documentation
435435
^^^^^^^^^^^^^^^^^^^^^^^^^^
436436

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

440-
pip install sphinx sphinx-gallery numpydoc matplotlib Pillow
439+
pip install sphinx sphinx-gallery numpydoc matplotlib Pillow pandas scikit-image
441440

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

0 commit comments

Comments
 (0)
0