summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/doc/conf.py
diff options
context:
space:
mode:
authorDan Klein <danklei@cisco.com>2015-10-26 09:42:44 +0200
committerDan Klein <danklei@cisco.com>2015-10-26 09:42:44 +0200
commitd00cf78cdfe093a8e72db48897f700a3ef1d1caa (patch)
treee633e0e3ef6c14f4d6fab857da3a8f303b3c3d27 /scripts/automation/trex_control_plane/doc/conf.py
parented13067343186b5dad0566962cd308445136f3b7 (diff)
remove fix to test for trex_doc failure
Diffstat (limited to 'scripts/automation/trex_control_plane/doc/conf.py')
-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 aeee475f..865db078 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 ------------------------------------------------