Fixed missed dependencies for RTD build

This commit is contained in:
Fabio Manganiello 2018-06-26 23:19:35 +02:00
parent d7a69ef6d8
commit b55c070e46
3 changed files with 33 additions and 1 deletions
docs/source

View file

@ -180,6 +180,14 @@ intersphinx_mapping = {'https://docs.python.org/': None}
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True
autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
'smartcard',
'Leap',
'oauth2client',
'rtmidi',
'bluetooth',
'gevent.wsgi']
sys.path.insert(0, os.path.abspath('../..'))
def skip(app, what, name, obj, skip, options):