Based on the code, colcon-ros does not seem to support the <doc_depend> type of dependencies. These dependencies behave similarly as <build_depend> but are more proper as <doc_depend> when related to doc generation. Thinks like Doxygen or Sphinx (or rosdoc2 in my case of interest).
Based on the code,
colcon-rosdoes not seem to support the <doc_depend> type of dependencies. These dependencies behave similarly as<build_depend>but are more proper as<doc_depend>when related to doc generation. Thinks like Doxygen or Sphinx (or rosdoc2 in my case of interest).