Skip to content

Commit d10db6e

Browse files
committed
mock msgpack
1 parent c307340 commit d10db6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ def __getattr__(cls, name):
2828
return Mock()
2929

3030

31-
MOCK_MODULES = []
31+
MOCK_MODULES = ['msgpack']
3232
if PY2:
3333
MOCK_MODULES.append('lzma')
3434

3535

3636
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
37-
37+
3838

3939
# If extensions (or modules to document with autodoc) are in another directory,
4040
# add these directories to sys.path here. If the directory is relative to the

0 commit comments

Comments
 (0)