Commented/mocked the Google dependencies in RTD to prevent the build from breaking because of missing dbus-1 dependency

This commit is contained in:
Fabio Manganiello 2018-11-20 14:30:32 +00:00
parent 6603f64757
commit 8948e8c76e
2 changed files with 9 additions and 3 deletions
docs/source

View file

@ -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',