Added wave to mocks list in readthedocs conf.py

This commit is contained in:
Fabio Manganiello 2020-03-06 00:51:55 +01:00
parent b0339754b2
commit 1533f7ee69
1 changed files with 1 additions and 0 deletions

View File

@ -241,6 +241,7 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
'psutil',
'openzwave',
'deepspeech',
'wave',
]
sys.path.insert(0, os.path.abspath('../..'))