-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
colcon dependency management does not support <doc_depend>
#150
Comments
Mentioned briefly in #128 (comment), with the context of wanting an accurate dependency picture for the purposes of running documentation builds from colcon (also ros-infrastructure/rosdoc2#15). I think the easiest first pass would just be to add a stanza to this block which propagates the doc_depends from catkin_pkg into colcon-ros/colcon_ros/package_identification/ros.py Lines 86 to 106 in eb0b932
Though of course to actually do something meaningful with these, the relevant calls to |
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).The text was updated successfully, but these errors were encountered: