summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane
diff options
context:
space:
mode:
authorDan Klein <danklei@cisco.com>2015-10-26 09:49:48 +0200
committerDan Klein <danklei@cisco.com>2015-10-26 09:49:48 +0200
commit4290a0982d510a40e0bb789279c1acd4d2530d6f (patch)
treef10869945c323634302c538260ef92c15cc690f2 /scripts/automation/trex_control_plane
parentd00cf78cdfe093a8e72db48897f700a3ef1d1caa (diff)
returning the fix of doc building
Diffstat (limited to 'scripts/automation/trex_control_plane')
-rwxr-xr-xscripts/automation/trex_control_plane/doc/conf.py4
1 files changed, 2 insertions, 2 deletions
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 ------------------------------------------------