From 4b463754cc3d1606e589834e58fdb473d7ef07b5 Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Fri, 26 Oct 2018 12:46:53 -0700 Subject: [PATCH] Backport PR #11667: DOC: update doc requirement --- doc-requirements.txt | 6 +++--- doc/devel/documenting_mpl.rst | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc-requirements.txt b/doc-requirements.txt index b83dfc2814f9..8a21c1e20d10 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -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 diff --git a/doc/devel/documenting_mpl.rst b/doc/devel/documenting_mpl.rst index 1778c2851fff..bca9c134e89e 100644 --- a/doc/devel/documenting_mpl.rst +++ b/doc/devel/documenting_mpl.rst @@ -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::