We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587e4cc commit a7c8631Copy full SHA for a7c8631
rclpy/package.xml
@@ -55,6 +55,13 @@
55
56
<doc_depend>python3-sphinx</doc_depend>
57
<doc_depend>python3-sphinx-rtd-theme</doc_depend>
58
+ <!-- We add these modules as doc_depends in order to include them into the
59
+ autodoc_mock_imports list. This prevents TypeErrors from being thrown
60
+ when these modules import constants from rclpy C modules.
61
+ TODO: Remove these depends once a better solution is found.-->
62
+ <doc_depend>rclpy.duration</doc_depend>
63
+ <doc_depend>rclpy.qos</doc_depend>
64
+ <doc_depend>rclpy.clock</doc_depend>
65
66
<export>
67
<build_type>ament_cmake</build_type>
0 commit comments