Skip to content

Commit 45c7d98

Browse files
committed
MAINT use sphinx-master
1 parent 6880e00 commit 45c7d98

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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==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
9999
cd "$HOME/$CIRCLE_PROJECT_REPONAME"

doc/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
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

@@ -69,10 +69,10 @@
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

0 commit comments

Comments
 (0)