diff options
author | Dan Klein <danklei@cisco.com> | 2015-10-26 09:49:48 +0200 |
---|---|---|
committer | Dan Klein <danklei@cisco.com> | 2015-10-26 09:49:48 +0200 |
commit | 4290a0982d510a40e0bb789279c1acd4d2530d6f (patch) | |
tree | f10869945c323634302c538260ef92c15cc690f2 /scripts/automation/trex_control_plane | |
parent | d00cf78cdfe093a8e72db48897f700a3ef1d1caa (diff) |
returning the fix of doc building
Diffstat (limited to 'scripts/automation/trex_control_plane')
-rwxr-xr-x | scripts/automation/trex_control_plane/doc/conf.py | 4 |
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 ------------------------------------------------ |