From a89390c0c47092d945492328fb4d359618f8b66a Mon Sep 17 00:00:00 2001 From: Guillaume Lemaitre Date: Sat, 7 Oct 2017 13:18:38 +0200 Subject: [PATCH] MAINT downgrade sphinx-gallery to 0.1.11 for the moment --- build_tools/circle/build_doc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/circle/build_doc.sh b/build_tools/circle/build_doc.sh index b3ce62a29..2e3547d78 100755 --- a/build_tools/circle/build_doc.sh +++ b/build_tools/circle/build_doc.sh @@ -93,7 +93,7 @@ source activate $CONDA_ENV_NAME conda install --yes pip numpy scipy scikit-learn pillow matplotlib sphinx \ sphinx_rtd_theme numpydoc -pip install sphinx-gallery +pip install sphinx-gallery==0.1.11 # Build and install imbalanced-learn in dev mode cd "$HOME/$CIRCLE_PROJECT_REPONAME"