summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-05-15 10:31:46 -0700
committerDylan Baker <dylan@pnwbakers.com>2018-05-15 10:31:46 -0700
commita86e346b0aed72f3a93d553ed699e0a89f4748e1 (patch)
tree35b18bd6bbe59b52160dad156bad21f5e2a84768 /docs
parent8fc3c10748a40d685073ad6f52687b6cc08da796 (diff)
docs: mock urwid.util
To allow the docs to build.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 6a822a7f..14d06103 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -37,6 +37,7 @@ MOCK_MODULES = ['twisted', 'twisted.internet',
'configobj',
'validate',
'argparse',
+ 'urwid.util',
'alot.settings.const']
MOCK_DIRTY = ['notmuch']
for mod_name in MOCK_MODULES: