diff options
Diffstat (limited to 'test/doc/conf.py')
-rw-r--r-- | test/doc/conf.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/doc/conf.py b/test/doc/conf.py index 98cd7ab306d..25cd65b9f1f 100644 --- a/test/doc/conf.py +++ b/test/doc/conf.py @@ -33,7 +33,12 @@ extensions = [ 'sphinx.ext.autodoc', ] autodoc_mock_imports = ['objgraph', + 'parameterized', + 'pexpect', + 'psutil', 'pympler', + 'scapy', + 'syslog_rfc5424_parser', 'vpp_papi'] # Add any paths that contain templates here, relative to this directory. |