Skip to content

Commit aed95d5

Browse files
committed
add rosdoc2 config to silence warning about no python modules found
1 parent 615eca7 commit aed95d5

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

generate_parameter_library/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@
3131

3232
<export>
3333
<build_type>ament_cmake</build_type>
34+
<rosdoc2>rosdoc2.yaml</rosdoc2>
3435
</export>
3536
</package>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
type: "rosdoc2 config"
2+
version: 1
3+
4+
---
5+
settings: {
6+
## Prevent rosdoc2 from infering this is a python package because it depends on ament_cmake_python
7+
never_run_sphinx_apidoc: true,
8+
}
9+
builders:
10+
- sphinx: {}

0 commit comments

Comments
 (0)