summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-05-15 11:18:14 -0700
committerDylan Baker <dylan@pnwbakers.com>2018-05-15 11:18:14 -0700
commit7a9a14ffce953e0892ff45337b7ec81e82532654 (patch)
treee8eaa3bac895043897659ae709d2564ebf7339a1 /docs
parentcb0fbace6568b9407c61ef35a81d888cb3fe51fe (diff)
Revert "docs: mock urwid.util"
This reverts commit a86e346b0aed72f3a93d553ed699e0a89f4748e1.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/conf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 14d06103..6a822a7f 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -37,7 +37,6 @@ MOCK_MODULES = ['twisted', 'twisted.internet',
'configobj',
'validate',
'argparse',
- 'urwid.util',
'alot.settings.const']
MOCK_DIRTY = ['notmuch']
for mod_name in MOCK_MODULES: