Skip to content

Commit

Permalink
Remove sys.path setting from conf.py, not needed with recent rosdoc2
Browse files Browse the repository at this point in the history
Signed-off-by: R. Kent James <[email protected]>
  • Loading branch information
rkent committed Nov 11, 2024
1 parent 1324dea commit e4a78c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions launch_ros/doc/conf.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# -- Path setup --------------------------------------------------------------

import os
import sys
# This should not be needed after https://github.com/ros-infrastructure/rosdoc2/pull/155
sys.path.insert(0, os.path.abspath(os.path.join('..', '..', '..', '../', 'launch_ros')))

# -- Project information -----------------------------------------------------

Expand Down

0 comments on commit e4a78c9

Please sign in to comment.