From 4c9e84968d2c5e7304ef90ee41e75db5d39e33d2 Mon Sep 17 00:00:00 2001 From: Jindrich Pilar Date: Tue, 18 Oct 2016 09:28:38 +0200 Subject: [PATCH] Dependencies dateutil.parser and dateutil.relativedelta added to docs/config.py --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index bc11038..d1948e0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,6 +44,8 @@ MOCK_MODULES = [ "vlc", "dateutil.tz", "i3ipc", + "dateutil.parser", + "dateutil.relativedelta", ] for mod_name in MOCK_MODULES: