Skip to content

Commit 4246b9b

Browse files
committed
fix(docs): mock rcl_interfaces to fix empty Node API page
Fixes: #1681 Assisted-by: Gemini CLI:Claude Sonnet 4.6 (Thinking) [gh, read_url_content, grep_search, run_command] Signed-off-by: Michael Carroll <mjcarroll.oss@gmail.com>
1 parent 8593246 commit 4246b9b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

rclpy/docs/source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,6 @@
202202
'members': True, # document members
203203
'undoc-members': True, # also document members without documentation
204204
}
205+
206+
# rclpy.node imports rcl_interfaces.msg
207+
autodoc_mock_imports = ['rcl_interfaces']

0 commit comments

Comments
 (0)