Skip to content

Commit e694bd6

Browse files
committed
Update conf.py
1 parent 68446f2 commit e694bd6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-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:

0 commit comments

Comments
 (0)