From 45c249ab1ab6f607d7d423653951a5a48e970788 Mon Sep 17 00:00:00 2001 From: Daralynn Rhode Date: Wed, 7 Aug 2024 13:24:36 -0600 Subject: [PATCH] test --- docs/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 78fc07880..05db20737 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -113,8 +113,9 @@ (r"py:.*", r".*InitVar*"), (r"py:.*", r".*.glows.utils.constants.TimeTuple.*"), (r"py:.*", r".*glows.utils.constants.DirectEvent.*"), - (r"py:.*", r".*npt.NDArray.*"), + (r"py:.*", r".*numpy.int.*"), (r"py:.*", r".*np.ndarray.*"), + (r"py:.*", r".*numpy.typing.NDArray.*"), ] # Ignore the inherited members from the APID IntEnum class