Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 165607c

Browse files
authored
Merge pull request #20083 from matplotlib/revert-19389-fix-doc
Revert "Temporarily switch intersphinx to latest pytest."
2 parents 08044f7 + 24bc1d8 commit 165607c

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
@@ -143,7 +143,7 @@ def _check_dependencies():
143143
'ipykernel': ('https://ipykernel.readthedocs.io/en/latest/', None),
144144
'numpy': ('https://numpy.org/doc/stable/', None),
145145
'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
146-
'pytest': ('https://pytest.org/en/latest/', None),
146+
'pytest': ('https://pytest.org/en/stable/', None),
147147
'python': ('https://docs.python.org/3/', None),
148148
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
149149
}

0 commit comments

Comments
 (0)