8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4143356 commit b2e2f52Copy full SHA for b2e2f52
doc/developers/contributing.rst
@@ -434,10 +434,9 @@ HTML output by building the documentation website.
434
Building the documentation
435
^^^^^^^^^^^^^^^^^^^^^^^^^^
436
437
-Building the documentation requires the ``sphinx``, ``sphinx-gallery``,
438
-``numpydoc``, ``matplotlib``, and ``Pillow`` packages::
+Building the documentation requires installing some additional packages::
439
440
- pip install sphinx sphinx-gallery numpydoc matplotlib Pillow
+ pip install sphinx sphinx-gallery numpydoc matplotlib Pillow pandas scikit-image
441
442
To build the documentation, you need to be in the ``doc`` folder::
443
0 commit comments