summaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2016-12-26 22:10:12 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2017-01-08 10:33:03 +0000
commit0251ea083dd7cee19e512a2c0ead2c5d8f09e449 (patch)
tree6f57aaf9b2f43ebe9ce516c7e2a4446e3a2b45b2 /docs/source/conf.py
parentf1631cf288cbcd2d513a93348e28cea41fd92913 (diff)
docs: mock our urwidtrees
this is to make sure that sphinx's autodoc works for `alot.UI` and other urwid-derived classes when building the docs on readthedocs.net fixes #938
Diffstat (limited to 'docs/source/conf.py')
-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 f1df2bb4..3f1e17ae 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -30,6 +30,7 @@ MOCK_MODULES = ['twisted', 'twisted.internet',
'twisted.python.failure',
'twisted.internet.protocol',
'urwid',
+ 'urwidtrees',
'magic',
'gpgme',
'configobj',