Skip to content

Commit

Permalink
MAINT: fix links to numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
mdhaber committed Jun 3, 2024
1 parent 9792831 commit 4b3afe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
"numpy": ("https://numpy.org/docs/stable/", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"sklearn": ("https://scikit-learn.org/stable/", None),
}

0 comments on commit 4b3afe9

Please sign in to comment.