mock XDG during doc build
parent
39e8c21540
commit
d8c7a76a78
|
@ -59,7 +59,8 @@ autodoc_mock_imports = list(autodoc_mock_imports) + [
|
||||||
'past',
|
'past',
|
||||||
'serial',
|
'serial',
|
||||||
'websocket',
|
'websocket',
|
||||||
'speech_recognition'
|
'speech_recognition',
|
||||||
|
'xdg'
|
||||||
]
|
]
|
||||||
|
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
|
|
Loading…
Reference in New Issue