forked from platypush/platypush
Ignore/mock picamera import in readthedocs conf
This commit is contained in:
parent
e79430cdc4
commit
d4800b5c55
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
|
||||||
'grpc',
|
'grpc',
|
||||||
'envirophat',
|
'envirophat',
|
||||||
'gps',
|
'gps',
|
||||||
|
'picamera',
|
||||||
]
|
]
|
||||||
|
|
||||||
sys.path.insert(0, os.path.abspath('../..'))
|
sys.path.insert(0, os.path.abspath('../..'))
|
||||||
|
|
Loading…
Reference in a new issue