File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 35
35
# with the same name of this package within the docs_build directory.
36
36
# Hence we add the parent folder to the system path so that the modules from
37
37
# this package can be imported.
38
- sys .path .insert (0 , os .path .abspath ('.. ' ))
38
+ sys .path .insert (0 , os .path .abspath ('.' ))
39
39
40
40
41
41
# -- Project information -----------------------------------------------------
Original file line number Diff line number Diff line change 17
17
18
18
<depend >osrf_pycommon</depend >
19
19
20
+ <!-- The rosdep key for python3 lark module is python3-lark-parser.
21
+ rosdoc2 will mock "lark-parser" however the module is imported as "lark".
22
+ Hence, to mock the import of the lark module, we add this doc depend. -->
23
+ <doc_depend >lark</doc_depend >
24
+
20
25
<exec_depend >ament_index_python</exec_depend >
21
26
<exec_depend >python3-importlib-metadata</exec_depend >
22
27
<exec_depend >python3-lark-parser</exec_depend >
You can’t perform that action at this time.
0 commit comments