Skip to content

Commit

Permalink
fix scipy url in intersphinx mapping (#542) (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
delgadom authored Mar 27, 2022
1 parent 07eeab2 commit 3923946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
"numpy": ("https://docs.scipy.org/doc/numpy/", None),
"scipy": ("https://docs.scipy.org/doc/scipy/reference/", None),
"scipy": ("https://docs.scipy.org/doc/scipy/", None),
}

extlinks = {
Expand Down

0 comments on commit 3923946

Please sign in to comment.