diff options
author | Tirth Patel <tirthasheshpatel@gmail.com> | 2022-03-03 15:02:31 +0530 |
---|---|---|
committer | Tirth Patel <tirthasheshpatel@gmail.com> | 2022-03-03 16:00:00 +0530 |
commit | bbf699311faec5752e84f1c06262486ae744e74e (patch) | |
tree | 51bc50a3a24e9e9cbd3ed7dbf09af1fae4ddb6ea | |
parent | 87a4c8e1923f6b3bc870226a165a174e1caadb5a (diff) | |
download | numpy-bbf699311faec5752e84f1c06262486ae744e74e.tar.gz |
DOC: fix refguide failure
-rw-r--r-- | tools/refguide_check.py | 2 |
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, |