From 37d2fe90ee22378c43b6794c76153d23aa6c2bba Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Mon, 26 Apr 2021 21:16:21 -0400 Subject: [PATCH] Backport PR #20083: Revert "Temporarily switch intersphinx to latest pytest." --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index a0f8891de6ac..f78cb851b27b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -143,7 +143,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/latest/', None), + 'pytest': ('https://pytest.org/en/stable/', None), 'python': ('https://docs.python.org/3/', None), 'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None), }