From 79a8768c53f49ed6c6ec2bf7d909864b14010927 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 7 Oct 2013 21:08:55 +0200 Subject: [PATCH] docs: Unbreak docs building --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index f3e4166c..56ddbf92 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,6 +35,8 @@ class Mock(object): elif (name[0] == name[0].upper() # gst.interfaces.MIXER_TRACK_* and not name.startswith('MIXER_TRACK_') + # gst.PadTemplate + and not name.startswith('PadTemplate') # dbus.String() and not name == 'String'): return type(name, (), {})