diff --git a/doc/conf.py b/doc/conf.py index 2fcea3267..1196c76bb 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -180,7 +180,8 @@ } autodoc_mock_imports = ['onewire', 'gi', - 'gi.repository',] + 'gi.repository', + 'vxi11'] # -- Options for autosection ---------------------------------------------- autosectionlabel_prefix_document = True