Skip to content

Commit eb5e1d3

Browse files
committed
Use specific sklearn intersphinx link
Signed-off-by: Keith Battocchi <[email protected]>
1 parent 23c1f2e commit eb5e1d3

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
@@ -228,7 +228,7 @@
228228
# Example configuration for intersphinx: refer to the Python standard library.
229229
intersphinx_mapping = {'python': ('https://docs.python.org/3', None),
230230
'numpy': ('https://numpy.org/doc/stable/', None),
231-
'sklearn': ('https://scikit-learn.org/stable/', None),
231+
'sklearn': ('https://scikit-learn.org/1.5/', None),
232232
'matplotlib': ('https://matplotlib.org/stable/', None),
233233
'shap': ('https://shap.readthedocs.io/en/stable/', None),
234234
'dowhy': ('https://www.pywhy.org/dowhy/v0.8/', None),

0 commit comments

Comments
 (0)