From 1533f7ee6964975c39af10ee1cb40959bfa70b37 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 6 Mar 2020 00:51:55 +0100 Subject: [PATCH] Added wave to mocks list in readthedocs conf.py --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index d8026923..a7cb379e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -241,6 +241,7 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers', 'psutil', 'openzwave', 'deepspeech', + 'wave', ] sys.path.insert(0, os.path.abspath('../..'))