8000 MNT avoid generating too many cross links in examples (#15844) · ogrisel/scikit-learn@3c5f10e · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c5f10e

Browse files
NicolasHugogrisel
authored andcommitted
MNT avoid generating too many cross links in examples (scikit-learn#15844)
1 parent a76b1b4 commit 3c5f10e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,9 @@ def __call__(self, directory):
304304
'branch': binder_branch,
305305
'dependencies': './binder/requirements.txt',
306306
'use_jupyter_lab': True
307-
}
307+
},
308+
# avoid generating too many cross links
309+
'inspect_global_variables': False,
308310
}
309311

310312

0 commit comments

Comments
 (0)
0