diff --git a/docs/conf.py b/docs/conf.py index ae17adca2..15322b03c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,7 +61,8 @@ html_sourcelink_suffix = "" intersphinx_mapping = { - "derivative": ("https://derivative.readthedocs.io/en/latest/", None) + "derivative": ("https://derivative.readthedocs.io/en/latest/", None), + "sklearn": ("https://scikit-learn.org/stable/", None), } # -- Extensions to the Napoleon GoogleDocstring class ---------------------