Add "i3ipc" to docs/conf.py mock modules (b7a73f5b4)

This commit is contained in:
enkore 2016-08-09 12:39:29 +02:00 committed by GitHub
parent c6e29b2382
commit 62cc2db7fb

View File

@ -42,8 +42,8 @@ MOCK_MODULES = [
"apiclient",
"googleapiclient.errors",
"vlc",
"dateutil.tz"
"dateutil.tz",
"i3ipc",
]
for mod_name in MOCK_MODULES: