We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a8912 commit df4c042Copy full SHA for df4c042
1 file changed
docs/source/conf.py
@@ -72,6 +72,10 @@
72
suppress_warnings = ["autoapi.python_import_resolution"]
73
autoapi_python_class_content = "both"
74
autoapi_keep_files = False # set to True for debugging generated files
75
+autoapi_options = ["members", "undoc-members", "special-members"]
76
+autoapi_member_options = {
77
+ "special-members": "__iter__,__aiter__,__arrow_c_array__,__arrow_c_stream__"
78
+}
79
80
81
def autoapi_skip_member_fn(app, what, name, obj, skip, options) -> bool: # noqa: ARG001
0 commit comments