8000 Remove binderhub_url for sphinx-gallery 0.2 compatibility. · scikit-learn/scikit-learn@9f5ab10 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f5ab10

committed
Remove binderhub_url for sphinx-gallery 0.2 compatibility.
1 parent 2281054 commit 9f5ab10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
'binder': {
258258
'org': 'lesteve',
259259
'repo': 'test-binder-scikit-learn',
260-
'binderhub_url': 'https://mybinder.org',
260+
'url': 'https://mybinder.org',
261261
'branch': 'master',
262262
'dependencies': './binder/requirements.txt',
263263
'use_jupyter_lab': True

0 commit comments

Comments
 (0)
0