Fixes for readthedocs build

This commit is contained in:
Fabio Manganiello 2019-07-16 22:29:23 +02:00
parent c08cac9679
commit 95b5820783
4 changed files with 13 additions and 7 deletions
docs/source

View file

@ -210,6 +210,15 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
'nfc',
'ndef',
'bcrypt',
'google',
'feedparser',
'kafka',
'googlesamples',
'icalendar',
'httplib2',
'mpd',
'serial',
'pyHS100',
]
sys.path.insert(0, os.path.abspath('../..'))