From 3d29371489173a1df287593fb27ce3791fb51f18 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 24 Jul 2018 14:43:16 +0000 Subject: [PATCH] Mock modules updated for readthedocs build --- docs/source/conf.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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('../..'))