From eab17042ac63b706b80a4079ed88d3a0d270434b Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 3 Jun 2024 14:45:11 -0400 Subject: [PATCH] Update conf.py --- doc/conf.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 893e69a8..d69682f4 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -138,14 +138,6 @@ # -- Intersphinx setup ---------------------------------------------------- -# Example configuration for intersphinx: refer to the Python standard library. -<<<<<<< intersphinx_registry +# Example configuration for intersphinx: refer to several Python libraries. intersphinx_mapping = get_intersphinx_mapping(packages=["python", "numpy", "sklearn"]) -======= -intersphinx_mapping = { - "python": ("https://docs.python.org/3/", None), - "numpy": ("https://numpy.org/doc/stable/", None), - "sklearn": ("https://scikit-learn.org/stable/", None), -} ->>>>>>> main