Skip to content

Commit fb7f44b

Browse files
committed
Revert "Use specific sklearn intersphinx link"
This reverts commit eb5e1d3. Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
1 parent 4e375ee commit fb7f44b

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/1.5/', None),
231+
'sklearn': ('https://scikit-learn.org/stable/', None),
232232
'matplotlib': ('https://matplotlib.org/stable/', None),
233233
'shap': ('https://shap.readthedocs.io/en/stable/', None),
234234
'dowhy': ('https://www.pywhy.org/dowhy/main/', None),

0 commit comments

Comments
 (0)