We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0ebc5 commit b193ca5Copy full SHA for b193ca5
docs/conf.py
@@ -59,7 +59,7 @@
59
autoapi_ignore = ["*v2*"]
60
61
def skip_private_modules(app, what: str, name: str, obj, skip: bool, options) -> bool:
62
- if what == "module" and "._" in name:
+ if "._" in name:
63
return True
64
return False
65
0 commit comments