diff --git a/docs/source/conf.py b/docs/source/conf.py index dff6c41..63259c7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -203,10 +203,8 @@ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { - "cudf": ("https://docs.rapids.ai/api/cudf/stable/", None), "numpy": ("https://numpy.org/doc/stable/", None), "python": ("https://docs.python.org/3", None), - "scipy": ("https://docs.scipy.org/doc/scipy", None), "sklearn": ("https://scikit-learn.org/stable/", None), "treelite": ("https://treelite.readthedocs.io/en/latest/", None), }