summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTirth Patel <tirthasheshpatel@gmail.com>2022-03-03 15:02:31 +0530
committerTirth Patel <tirthasheshpatel@gmail.com>2022-03-03 16:00:00 +0530
commitbbf699311faec5752e84f1c06262486ae744e74e (patch)
tree51bc50a3a24e9e9cbd3ed7dbf09af1fae4ddb6ea
parent87a4c8e1923f6b3bc870226a165a174e1caadb5a (diff)
downloadnumpy-bbf699311faec5752e84f1c06262486ae744e74e.tar.gz
DOC: fix refguide failure
-rw-r--r--tools/refguide_check.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/refguide_check.py b/tools/refguide_check.py
index 619d6c644..eb9a27ab5 100644
--- a/tools/refguide_check.py
+++ b/tools/refguide_check.py
@@ -104,6 +104,8 @@ DOCTEST_SKIPDICT = {
'numpy.random.vonmises': None,
'numpy.random.power': None,
'numpy.random.zipf': None,
+ # cases where NumPy docstrings import things from other 3'rd party libs:
+ 'numpy.core.from_dlpack': None,
# remote / local file IO with DataSource is problematic in doctest:
'numpy.lib.DataSource': None,
'numpy.lib.Repository': None,