Mock modules updated for readthedocs build
This commit is contained in:
parent
918f83878e
commit
3d29371489
1 changed files with 5 additions and 1 deletions
|
@ -186,7 +186,11 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
|
||||||
'oauth2client',
|
'oauth2client',
|
||||||
'rtmidi',
|
'rtmidi',
|
||||||
'bluetooth',
|
'bluetooth',
|
||||||
'gevent.wsgi']
|
'gevent.wsgi',
|
||||||
|
'Adafruit_IO',
|
||||||
|
'pyperclip',
|
||||||
|
'dbus'
|
||||||
|
]
|
||||||
|
|
||||||
sys.path.insert(0, os.path.abspath('../..'))
|
sys.path.insert(0, os.path.abspath('../..'))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue