diff --git a/doc/conf.py b/doc/conf.py index a866e023c2e8..174fe72ff9b7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -141,7 +141,7 @@ def _check_dependencies(): 'ipykernel': ('https://ipykernel.readthedocs.io/en/latest/', None), 'numpy': ('https://numpy.org/doc/stable/', None), 'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None), - 'pytest': ('https://pytest.org/en/stable/', None), + 'pytest': ('https://pytest.org/en/latest/', None), 'python': ('https://docs.python.org/3/', None), 'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None), }