Skip to content

Commit

Permalink
Fix intersphinx numpy/scipy (#37)
Browse files Browse the repository at this point in the history
* Fix intersphinx numpy/scipy

* More general link for scipy

Co-authored-by: Bernhard Reuter <43750470+msmdev@users.noreply.github.com>
  • Loading branch information
michalk8 and msmdev committed Feb 8, 2022
1 parent f010c84 commit a1a59d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
]
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),
"numpy": ("https://numpy.org/doc/stable/", None),
"scipy": ("https://docs.scipy.org/doc/scipy/", None),
}

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit a1a59d9

Please sign in to comment.