diff --git a/docs/source/conf.py b/docs/source/conf.py index 7deff591..dba0170e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -182,6 +182,12 @@ todo_include_todos = True autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers', 'google.assistant.embedded', + 'google.assistant.library', + 'google.assistant.library.event', + 'google.assistant.library.file_helpers', + 'google.oauth2.credentials', + 'oauth2client', + 'apiclient', 'tenacity', 'smartcard', 'Leap', diff --git a/requirements.txt b/requirements.txt index d7e08b8a..ca80a756 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,11 +38,11 @@ python-mpd2 ouimeaux # Google Assistant support -google-assistant-sdk[samples] -google-assistant-library +# google-assistant-sdk[samples] +# google-assistant-library # Google APIs general layer support -google-api-python-client +# google-api-python-client # Last.FM scrobbler plugin support pylast