From 065de62261cb41dc02d4483b7b5565e929e8c653 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Fri, 16 Apr 2021 08:09:18 -0400 Subject: DOC: Document newer pytest conventions --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/source/conf.py') diff --git a/doc/source/conf.py b/doc/source/conf.py index 95865c024..fdb9f926d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -292,6 +292,7 @@ intersphinx_mapping = { 'skimage': ('https://scikit-image.org/docs/stable', None), 'pandas': ('https://pandas.pydata.org/pandas-docs/stable', None), 'scipy-lecture-notes': ('https://scipy-lectures.org', None), + 'pytest': ('https://docs.pytest.org/en/stable', None), } -- cgit v1.2.1