File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ ipython
1212mock
1313colorspacious
1414pillow
15+ sphinx-gallery
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ All of these dependencies *except graphviz* can be installed through pip::
2121
2222or all of them via conda and pip::
2323
24- conda install sphinx numpydoc ipython mock graphviz pillow
24+ conda install sphinx numpydoc ipython mock graphviz pillow \
25+ sphinx-gallery
2526 pip install colorspacious
2627
2728To build the HTML documentation, type ``python make.py html`` in this
Original file line number Diff line number Diff line change 5555 raise ImportError ("No module named numpydoc - you need to install "
5656 "numpydoc to build the documentation." )
5757
58+ try :
59+ import sphinx_gallery
60+ except ImportError :
61+ raise ImportError ("No module named sphinx-gallery - you need to install "
62+ "numpydoc to build the documentation." )
63+
5864try :
5965 import colorspacious
6066except ImportError :
You can’t perform that action at this time.
0 commit comments