Skip to content

Commit

Permalink
Skip all private objects
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Jun 6, 2024
1 parent 9d0ebc5 commit b193ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
autoapi_ignore = ["*v2*"]

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

Expand Down

0 comments on commit b193ca5

Please sign in to comment.