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

Skip to content

Commit 5aa28af

Browse files
NicolasHugrth
authored andcommitted
MNT avoid generating too many cross links in examples (#15844)
1 parent 7ee0ae8 commit 5aa28af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/conf.py

+3-1
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