diff --git a/docs/source/conf.py b/docs/source/conf.py index 564f8d5697..2faff381c8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -186,7 +186,11 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers', 'oauth2client', 'rtmidi', 'bluetooth', - 'gevent.wsgi'] + 'gevent.wsgi', + 'Adafruit_IO', + 'pyperclip', + 'dbus' + ] sys.path.insert(0, os.path.abspath('../..'))