Skip to content

Commit a7c8631

Browse files
authored
Revert "Fix Duration, Clock, and QoS Docs (#1428)" (#1447)
This reverts commit 59671a0. Signed-off-by: Tomoya Fujita <[email protected]>
1 parent 587e4cc commit a7c8631

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

rclpy/package.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@
5555

5656
<doc_depend>python3-sphinx</doc_depend>
5757
<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>
5865

5966
<export>
6067
<build_type>ament_cmake</build_type>

0 commit comments

Comments
 (0)