Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Jun 3, 2024
1 parent e54ca64 commit eab1704
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eab1704

Please sign in to comment.