From e4a78c99cecb2b9cfcb593f5e8d81c0c675d78ab Mon Sep 17 00:00:00 2001 From: "R. Kent James" Date: Mon, 11 Nov 2024 13:02:26 -0800 Subject: [PATCH] Remove sys.path setting from conf.py, not needed with recent rosdoc2 Signed-off-by: R. Kent James --- launch_ros/doc/conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/launch_ros/doc/conf.py b/launch_ros/doc/conf.py index af275817..2eb3a644 100644 --- a/launch_ros/doc/conf.py +++ b/launch_ros/doc/conf.py @@ -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 -----------------------------------------------------