summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-12-24 12:27:07 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2011-12-24 12:27:07 +0000
commit446aaa2090fccb16229ca8912782d6fc67fcddb3 (patch)
tree60dd99ef8d8285257af644c7b1c600335b796a58 /docs
parent4cb7a03c3f96a61c1721fabaed3f175e5423cd6a (diff)
docs: add magic to Mock module list for rtfd.org
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index cae0e26f..0486700a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,6 +31,7 @@ MOCK_MODULES = ['notmuch', 'notmuch.globals',
'twisted.python',
'twisted.python.failure',
'urwid',
+ 'magic',
'argparse']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = Mock()