Skip to content

Commit 1f75982

Browse files
authored
Merge pull request #19389 from QuLogic/fix-doc
Temporarily switch intersphinx to latest pytest.
2 parents dd24974 + 59a9f6e commit 1f75982

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
@@ -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)