Skip to content

Commit 114e590

Browse files
authored
Fix docs build (#3816)
1 parent 47bd227 commit 114e590

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/conf.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,14 @@ def getlistcfg(strval):
155155
]
156156

157157

158-
ignore_categories = ["py-class", "py-func", "py-exc", "py-obj", "any"]
158+
ignore_categories = [
159+
"py-class",
160+
"py-func",
161+
"py-exc",
162+
"py-obj",
163+
"py-data",
164+
"any",
165+
]
159166

160167
for category in ignore_categories:
161168
if category in mcfg:

docs/nitpick-exceptions.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ py-obj=
7575
opentelemetry.instrumentation.dbapi.ConnectionT
7676
opentelemetry.instrumentation.dbapi.CursorT
7777

78+
py-data=
79+
typing.Union
80+
typing.Optional
81+
7882
py-func=
7983
poll
8084
flush

0 commit comments

Comments
 (0)