summaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 19b0d183..d86ae419 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -23,12 +23,7 @@ class MockModule(object):
def __getattr__(cls, name):
return Mock if name not in ('__file__', '__path__') else '/dev/null'
-MOCK_MODULES = ['twisted', 'twisted.internet',
- 'twisted.internet.defer',
- 'twisted.python',
- 'twisted.python.failure',
- 'twisted.internet.protocol',
- 'urwid',
+MOCK_MODULES = ['urwid',
'urwidtrees',
'magic',
'gpg',