From 62cc2db7fb0a62dbdc70b970e3c583bf1154e576 Mon Sep 17 00:00:00 2001 From: enkore Date: Tue, 9 Aug 2016 12:39:29 +0200 Subject: [PATCH] Add "i3ipc" to docs/conf.py mock modules (b7a73f5b4) --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d116e5c..3a565a9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,8 +42,8 @@ MOCK_MODULES = [ "apiclient", "googleapiclient.errors", "vlc", - "dateutil.tz" - + "dateutil.tz", + "i3ipc", ] for mod_name in MOCK_MODULES: