diff --git a/docs/source/conf.py b/docs/source/conf.py index 9d0f21b0c..8b1e397b3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -113,6 +113,8 @@ (r"py:.*", r".*InitVar*"), (r"py:.*", r".*.glows.utils.constants.TimeTuple.*"), (r"py:.*", r".*glows.utils.constants.DirectEvent.*"), + (r"py:.*", r".*numpy.int.*"), + (r"py:.*", r".*np.ndarray.*"), ] # Ignore the inherited members from the APID IntEnum class