Skip to content

Commit

Permalink
Update numpy intersphinx mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Nov 16, 2023
1 parent 5e67dd4 commit 6c289b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"numpy": ("http://docs.scipy.org/doc/numpy", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"pandas": ("https://pandas.pydata.org/docs/", None),
}

Expand Down

0 comments on commit 6c289b0

Please sign in to comment.