Commented/mocked the Google dependencies in RTD to prevent the build from breaking because of missing dbus-1 dependency
This commit is contained in:
parent
6603f64757
commit
8948e8c76e
2 changed files with 9 additions and 3 deletions
docs/source
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue