diff options
author | Klement Sekera <ksekera@cisco.com> | 2016-10-28 13:20:27 +0200 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2016-10-31 23:48:25 +0000 |
commit | 277b89c946e6fdc764ee48726fcd3df1c189eda9 (patch) | |
tree | 1ced5e4a47a00290251e89929df0945ae64370c8 /test/doc/conf.py | |
parent | cede3798b7f3c35cab2a8268c584fd22bf3a34f6 (diff) |
add vpp debugging support to test framework
improve test documentation
Change-Id: Ia9678aa2532ecb4cb33736aedb4a31aa3f2a3f93
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'test/doc/conf.py')
-rw-r--r-- | test/doc/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/doc/conf.py b/test/doc/conf.py index aa8417149df..cec9ddee4b4 100644 --- a/test/doc/conf.py +++ b/test/doc/conf.py @@ -20,6 +20,7 @@ import os import sys sys.path.insert(0, os.path.abspath('..')) + # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here. |