summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorEric Larson <larson.eric.d@gmail.com>2021-04-16 08:09:18 -0400
committerSebastian Berg <sebastian@sipsolutions.net>2021-04-16 09:02:15 -0500
commit065de62261cb41dc02d4483b7b5565e929e8c653 (patch)
tree1bfe9a1549478db614c9b04680330f6ff05fa19d /doc/source/conf.py
parent181f273a59744d58f90f45d953a3285484c72cba (diff)
downloadnumpy-065de62261cb41dc02d4483b7b5565e929e8c653.tar.gz
DOC: Document newer pytest conventions
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py1
1 files changed, 1 insertions, 0 deletions
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),
}