Skip to content

Commit 8e72881

Browse files
committed
fix docs file structure to work with recent rosdoc2
1 parent dadf886 commit 8e72881

File tree

8 files changed

+11
-58
lines changed

8 files changed

+11
-58
lines changed

launch/doc/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

launch/doc/Makefile

Lines changed: 0 additions & 20 deletions
This file was deleted.
File renamed without changes.
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ Welcome to launch's documentation!
1111
:caption: Contents:
1212

1313
architecture
14-
modules
14+
Links <__links>
15+
Python API <modules>
16+
Standard Documents <__standards>
17+
ROS Package Dependencies <__ros_package_dependencies>
1518

1619

1720
Indices and tables

launch/doc/make.bat

Lines changed: 0 additions & 36 deletions
This file was deleted.

launch/package.xml

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

3737
<export>
3838
<build_type>ament_python</build_type>
39+
<rosdoc2>rosdoc2.yaml</rosdoc2>
3940
</export>
4041
</package>

launch/rosdoc2.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
type: "rosdoc2 config"
2+
version: 1
3+
---
4+
settings: {}
5+
builders:
6+
- sphinx: { sphinx_sourcedir: "doc" }

0 commit comments

Comments
 (0)