Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ sphinx>=1.3,!=1.5.0,!=1.6.4,!=1.7.3,!=1.8.0
colorspacious
ipython
ipywidgets
numpydoc>=0.4
pillow
sphinx-gallery>=0.1.13
numpydoc>=0.8
pillow>=3.4
sphinx-gallery>=0.2
6 changes: 3 additions & 3 deletions doc/devel/documenting_mpl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ requirements that are needed to build the documentation. They are listed in
* Sphinx>=1.3, !=1.5.0, !=1.6.4, !=1.7.3
* colorspacious
* IPython
* numpydoc>=0.4
* Pillow
* sphinx-gallery>=0.1.13
* numpydoc>=0.8
* Pillow>=3.4
* sphinx-gallery>=0.2
* graphviz

.. note::
Expand Down