We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c307340 commit d10db6eCopy full SHA for d10db6e
docs/conf.py
@@ -28,13 +28,13 @@ def __getattr__(cls, name):
28
return Mock()
29
30
31
-MOCK_MODULES = []
+MOCK_MODULES = ['msgpack']
32
if PY2:
33
MOCK_MODULES.append('lzma')
34
35
36
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
37
-
+
38
39
# If extensions (or modules to document with autodoc) are in another directory,
40
# add these directories to sys.path here. If the directory is relative to the
0 commit comments