From 15af12b2ecff4da3956cbe65344133198b42554f Mon Sep 17 00:00:00 2001 From: Matthew Bourque Date: Thu, 29 Aug 2024 11:02:04 -0600 Subject: [PATCH] Attempting to fix doc build --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index d63b5dada..8c96b92dd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -116,6 +116,7 @@ (r"py:.*", r".*numpy.int.*"), (r"py:.*", r".*np.ndarray.*"), (r"py:.*", r".*numpy._typing._array_like._ScalarType_co.*"), + (r"py:.*", r".*idex.l1.TRIGGER_DESCRIPTION.*"), ] # Ignore the inherited members from the APID IntEnum class