ros2 / ros2cli

ROS 2 command line interface tools
Apache License 2.0
172 stars 161 forks source link

Enable document generation using rosdoc2 for ament_python pkgs #811

Closed Yadunund closed 1 year ago

Yadunund commented 1 year ago

Fix missing exec_depends in package.xmls and docstrings to generate documentation without any warnings using autodoc

Note: Without explictly casting HIDDEN_NODE_PREFIX to str, autodoc will throw an error as it cannot infer the type of this variable since dep modules are not imported.

clalancette commented 1 year ago

CI: