From dbd28e70be8366c4f789500c988032e2bf1024ec Mon Sep 17 00:00:00 2001 From: Adrin Jalali Date: Wed, 28 Nov 2018 23:40:28 +0100 Subject: [PATCH] DOC add joblib to doc-build deps (#12691) --- doc/developers/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developers/contributing.rst b/doc/developers/contributing.rst index 0bb8b1fc39f59..0251638a71378 100644 --- a/doc/developers/contributing.rst +++ b/doc/developers/contributing.rst @@ -432,7 +432,7 @@ Building the documentation Building the documentation requires installing some additional packages:: - pip install sphinx sphinx-gallery numpydoc matplotlib Pillow pandas scikit-image + pip install sphinx sphinx-gallery numpydoc matplotlib Pillow pandas scikit-image joblib To build the documentation, you need to be in the ``doc`` folder::