mock XDG during doc build

pull/2749/head
Åke Forslund 2020-11-05 09:27:03 +01:00
parent 39e8c21540
commit d8c7a76a78
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ autodoc_mock_imports = list(autodoc_mock_imports) + [
'past',
'serial',
'websocket',
'speech_recognition'
'speech_recognition',
'xdg'
]
templates_path = ['_templates']