Skip to content

Commit

Permalink
Exclude rst in rosdoc2-only repos (#294) (#295)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6759b20)

Co-authored-by: Christoph Fröhlich <[email protected]>
  • Loading branch information
mergify[bot] and christophfroehlich authored Apr 29, 2024
1 parent 54df575 commit 506af8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
"**/CHANGELOG.rst", "**/README.rst",
"doc/ros2_control/ros2_control/**.rst",
"doc/ros2_control/transmission_interface/**.rst",
"doc/realtime_tools/doc/**.rst",
"doc/control_msgs/doc/**.rst",
"doc/control_toolbox/doc/**.rst",
"doc/realtime_tools/**.rst",
"doc/control_msgs/**.rst",
"doc/control_toolbox/**.rst",
"doc/kinematics_interface/**.rst",
"doc/ros2_controllers/ros2_controllers/**.rst"]

Expand Down

0 comments on commit 506af8f

Please sign in to comment.