Skip to content

Commit b703498

Browse files
fix: add Event class to nitpick_ignore for sphinx docs build
Signed-off-by: Raajhesh Kannaa Chidambaram <495042+raajheshkannaa@users.noreply.github.com>
1 parent 4c7be02 commit b703498

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@
174174
"py:class",
175175
"AnyValue",
176176
),
177+
(
178+
"py:class",
179+
"Event",
180+
),
177181
]
178182

179183
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)