Skip to content

Commit 5e296cb

Browse files
author
notactuallyfinn
committed
added class to ignore list for autoapi
1 parent 02340e0 commit 5e296cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def autoapi_skip_member(app, obj_type, name, obj, skip, options):
195195
if obj_type == "attribute":
196196
if any(documented_type in obj.id for documented_type in [
197197
"Collect", "HermesCache", "HermesContext", "HermesMergeError", "ld_container", "ld_context", "ld_dict",
198-
"ld_list", "ld_merge_dict", "MergeSet"
198+
"ld_list", "ld_merge_dict", "ld_merge_list", "MergeSet"
199199
]):
200200
return True
201201

0 commit comments

Comments
 (0)