Skip to content

Commit

Permalink
RSDK-5409 - Fix docs generation (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheukt authored Oct 23, 2023
1 parent 57ec5eb commit a678974
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def skip_member(app, what, name, obj, skip, options) -> bool:
if "proto" in name:
if "google" in name:
return True
should_keep = ["from_robot", "do_command", "get_resource_name", "get_operation"]
should_keep = ["do_command", "get_geometries", "close", "from_robot", "get_resource_name", "get_operation"]
if obj.inherited and not any(method in name for method in should_keep):
return True
if what == "attribute":
Expand Down
Loading

0 comments on commit a678974

Please sign in to comment.