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>
This commit is contained in:

committed by
Damjan Marion

parent
8a140616a5
commit
2cc29a5264
@ -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.
|
||||
|
Reference in New Issue
Block a user