Skip to content

Commit

Permalink
Adjust scipy intersphinx mapping
Browse files Browse the repository at this point in the history
Due to scipy/scipy#15545. This should fix the failing doc build - hopefully.
  • Loading branch information
StanczakDominik committed Feb 8, 2022
1 parent a624976 commit 55dc073
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 @@ -109,7 +109,7 @@
intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"scipy": ("https://docs.scipy.org/doc/scipy/reference/", None),
"scipy": ("https://docs.scipy.org/doc/scipy/html-scipyorg/", None),
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
"astropy": ("https://docs.astropy.org/en/stable/", None),
"pytest": ("https://docs.pytest.org/en/stable", None),
Expand Down

0 comments on commit 55dc073

Please sign in to comment.