aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings
diff options
context:
space:
mode:
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/docs/source/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/python/docs/source/conf.py b/bindings/python/docs/source/conf.py
index c7b95185..76610b7d 100644
--- a/bindings/python/docs/source/conf.py
+++ b/bindings/python/docs/source/conf.py
@@ -30,6 +30,7 @@ class Mock(object):
return Mock() if name not in ('__file__', '__path__') else '/dev/null'
MOCK_MODULES = [
+ 'ctypes',
]
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = Mock()