Skip to content

Commit b193ca5

Browse files
committed
Skip all private objects
1 parent 9d0ebc5 commit b193ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
autoapi_ignore = ["*v2*"]
6060

6161
def skip_private_modules(app, what: str, name: str, obj, skip: bool, options) -> bool:
62-
if what == "module" and "._" in name:
62+
if "._" in name:
6363
return True
6464
return False
6565

0 commit comments

Comments
 (0)