Skip to content

Commit bbc3921

Browse files
authored
Merge pull request #5 from Rascof/devel
Update dynamic-graph-tutorial and fix warnings with sphinx
2 parents 954d5e1 + d998103 commit bbc3921

File tree

5 files changed

+14
-253
lines changed

5 files changed

+14
-253
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ SET(CUSTOM_HEADER_DIR "dynamic-graph/tutorial")
2626
INCLUDE(cmake/base.cmake)
2727
INCLUDE(cmake/boost.cmake)
2828
INCLUDE(cmake/python.cmake)
29-
INCLUDE(cmake/sphinx.cmake)
3029

3130
# Project definition
3231
COMPUTE_PROJECT_ARGS(PROJECT_ARGS LANGUAGES CXX)
@@ -72,7 +71,6 @@ ENDIF(NOT INSTALL_PYTHON_INTERFACE_ONLY)
7271

7372
ADD_SUBDIRECTORY(src)
7473
ADD_SUBDIRECTORY(tests)
75-
ADD_SUBDIRECTORY(doc)
7674

7775
IF(NOT INSTALL_PYTHON_INTERFACE_ONLY)
7876
INSTALL(FILES package.xml DESTINATION share/${PROJECT_NAME})

doc/CMakeLists.txt

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

doc/sphinx/conf.py.in

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

doc/sphinx/index.rst.in

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

package.xml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<package format="2">
1+
<?xml version="1.0"?>
2+
<package format="3">
23
<name>dynamic-graph-tutorial</name>
34
<version>1.2.1</version>
45
<description>
@@ -13,9 +14,19 @@
1314

1415
<build_depend>dynamic-graph</build_depend>
1516
<build_depend>dynamic-graph-python</build_depend>
16-
17-
<buildtool_depend>catkin</buildtool_depend>
17+
<build_depend>git</build_depend>
18+
<build_depend>doxygen</build_depend>
19+
<!-- The following tags are recommended by REP-136 -->
20+
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
21+
<exec_depend condition="$ROS_VERSION == 2">ament_cmake</exec_depend>
22+
<depend>boost</depend>
1823

1924
<doc_depend>doxygen</doc_depend>
25+
26+
<buildtool_depend>cmake</buildtool_depend>
2027

28+
<export>
29+
<build_type>cmake</build_type>
30+
</export>
31+
2132
</package>

0 commit comments

Comments
 (0)