From 4290a0982d510a40e0bb789279c1acd4d2530d6f Mon Sep 17 00:00:00 2001 From: Dan Klein Date: Mon, 26 Oct 2015 09:49:48 +0200 Subject: returning the fix of doc building --- scripts/automation/trex_control_plane/doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/automation/trex_control_plane/doc') diff --git a/scripts/automation/trex_control_plane/doc/conf.py b/scripts/automation/trex_control_plane/doc/conf.py index 865db078..aeee475f 100755 --- a/scripts/automation/trex_control_plane/doc/conf.py +++ b/scripts/automation/trex_control_plane/doc/conf.py @@ -29,8 +29,8 @@ external_libs_path = os.path.join(os.pardir, os.pardir, os.pardir, "external_lib external_libs_pkgs = [os.path.join(external_libs_path, p) for p in os.listdir(external_libs_path) if os.path.isdir(os.path.join(external_libs_path, p))] -# for p in external_libs_pkgs: -# sys.path.insert(1, p) +for p in external_libs_pkgs: + sys.path.insert(1, p) # -- General configuration ------------------------------------------------ -- cgit 1.2.3-korg