Mock modules updated for readthedocs build

This commit is contained in:
Fabio Manganiello 2018-07-24 14:43:16 +00:00
parent 918f83878e
commit 3d29371489
1 changed files with 5 additions and 1 deletions

View File

@ -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('../..'))