aboutsummaryrefslogtreecommitdiffstats
path: root/test/doc
diff options
context:
space:
mode:
authorPaul Vinciguerra <pvinci@vinciconsulting.com>2019-02-13 07:44:52 -0800
committerDamjan Marion <dmarion@me.com>2019-02-20 09:35:00 +0000
commit2cc29a5264d22185a97190eeb820a7ce4978eaf7 (patch)
tree1374f55570f02ce7143cb2de2151d2a3419c024d /test/doc
parent8a140616a5bab477817e7ed59afe6b01bd3d2f3a (diff)
make test-doc: Clean up import errors.
Mock additional 3rd party modules and replace wildcard imports that were confusing sphinx. Change-Id: Ia9e599901a2a3fad854d3631dd0991183ae6d715 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'test/doc')
-rw-r--r--test/doc/conf.py5
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.