From 94c4e5215494e2af83da375418a0dd421bdeab2a Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 3 Mar 2023 01:58:32 +0100 Subject: [PATCH] Mock PyOBEX.client in readthedocs conf.py --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index ecc0ca54..b7eebbc4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -249,6 +249,7 @@ autodoc_mock_imports = [ 'pyaudio', 'avs', 'PyOBEX', + 'PyOBEX.client', 'todoist', 'trello', 'telegram',