Skip to content

Commit d111ecf

Browse files
committed
Temporarily switch intersphinx to latest pytest.
This is fixed in pytest git, but won't be in a released version for some time. pytest-dev/pytest#8280 (comment)
1 parent ed25adc commit d111ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def _check_dependencies():
141141
'ipykernel': ('https://ipykernel.readthedocs.io/en/latest/', None),
142142
'numpy': ('https://numpy.org/doc/stable/', None),
143143
'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
144-
'pytest': ('https://pytest.org/en/stable/', None),
144+
'pytest': ('https://pytest.org/en/latest/', None),
145145
'python': ('https://docs.python.org/3/', None),
146146
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
147147
}

0 commit comments

Comments
 (0)