8000 Merge pull request #16290 from anntzer/scipyref · matplotlib/matplotlib@482d30a · GitHub
[go: up one dir, main page]

Skip to content

Commit 482d30a

Browse files
authored
Merge pull request #16290 from anntzer/scipyref
Fix doc CI by pointing to dev version of scipy docs.
2 parents 2108af1 + 1c8f9b5 commit 482d30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def _check_dependencies():
115115
'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
116116
'Pillow': ('https://pillow.readthedocs.io/en/stable/', None),
117117
'pytest': ('https://pytest.org/en/stable', None),
118-
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
118+
'scipy': ('https://scipy.github.io/devdocs', None),
119119
}
120120

121121

0 commit comments

Comments
 (0)
0