File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ source activate $CONDA_ENV_NAME
9393
9494conda install --yes pip numpy scipy scikit-learn pillow matplotlib sphinx \
9595 sphinx_rtd_theme numpydoc
96- pip install sphinx-gallery==0.1.11
96+ pip install -U git+https://github.com/ sphinx-gallery/sphinx-gallery.git
9797
9898# Build and install imbalanced-learn in dev mode
9999cd " $HOME /$CIRCLE_PROJECT_REPONAME "
Original file line number Diff line number Diff line change 5050 'sphinx.ext.autodoc' , 'sphinx.ext.doctest' , 'sphinx.ext.intersphinx' ,
5151 'sphinx.ext.todo' , 'sphinx.ext.imgmath' , 'sphinx.ext.ifconfig' ,
5252 'sphinx.ext.viewcode' , 'sphinx_gallery.gen_gallery' ,
53- 'sphinx.ext.autosummary' , 'numpydoc' ,
53+ 'sphinx.ext.autosummary' , 'numpydoc' , 'sphinx.ext.intersphinx' ,
5454 'sphinx_issues' , 'sphinx.ext.linkcode'
5555]
5656
6969 'backreferences_dir' : os .path .join ('generated' ),
7070 'reference_url' : {
7171 'imblearn' : None ,
72- 'sklearn' : 'http://scikit-learn.org/stable' ,
73- 'matplotlib' : 'http://matplotlib.org' ,
74- 'numpy' : 'http://docs.scipy.org/doc/numpy-1.11.0' ,
75- 'scipy' : 'http://docs.scipy.org/doc/scipy-0.18.0/reference'
72+ 'sklearn' : None ,
73+ 'matplotlib' : None ,
74+ 'numpy' : None ,
75+ 'scipy' : None
7676 }
7777}
7878
You can’t perform that action at this time.
0 commit comments