Skip to content

Commit d055e6f

Browse files
authored
MAINT downgrade sphinx-gallery to 0.1.11 for the moment (#348)
1 parent e225b4d commit d055e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/circle/build_doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ source activate $CONDA_ENV_NAME
9393

9494
conda install --yes pip numpy scipy scikit-learn pillow matplotlib sphinx \
9595
sphinx_rtd_theme numpydoc
96-
pip install sphinx-gallery
96+
pip install sphinx-gallery==0.1.11
9797

9898
# Build and install imbalanced-learn in dev mode
9999
cd "$HOME/$CIRCLE_PROJECT_REPONAME"

0 commit comments

Comments
 (0)