From 8948e8c76e6ba0db58cbe2e4664d4173079875af Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 20 Nov 2018 14:30:32 +0000 Subject: [PATCH] Commented/mocked the Google dependencies in RTD to prevent the build from breaking because of missing dbus-1 dependency --- docs/source/conf.py | 6 ++++++ requirements.txt | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) 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