From dcb02b7916dbfaa56f1be422f78209b4641d1e9c Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 31 Mar 2026 13:24:28 -0500 Subject: [PATCH] remove unused intersphinx configs --- docs/source/conf.py | 2 -- 1 file changed, 2 deletions(-) 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), }