From a86e346b0aed72f3a93d553ed699e0a89f4748e1 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 15 May 2018 10:31:46 -0700 Subject: docs: mock urwid.util To allow the docs to build. --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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: -- cgit v1.2.3