From 59a9f6eae0eb8fa3b7c91d4fa81007d2c91096a7 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 27 Jan 2021 22:49:23 -0500 Subject: [PATCH] Temporarily switch intersphinx to latest pytest. The incorrect reference is fixed in pytest git, but won't be in a released version for some time. https://github.com/pytest-dev/pytest/pull/8280#issuecomment-768745131 --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), }