diff --git a/doc/conf.py b/doc/conf.py index fe063789ff..618b865876 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -59,7 +59,8 @@ autodoc_mock_imports = list(autodoc_mock_imports) + [ 'past', 'serial', 'websocket', - 'speech_recognition' + 'speech_recognition', + 'xdg' ] templates_path = ['_templates']