From f62e8ff233e71b9ef5bff21e94a0e8d39f65e0bf 2011-11-04 17:02:32 From: Fernando Perez Date: 2011-11-04 17:02:32 Subject: [PATCH] Add iptest to autodoc exclusion list (was pulling Qt in) --- diff --git a/docs/autogen_api.py b/docs/autogen_api.py index 40f9939..ed22e1c 100755 --- a/docs/autogen_api.py +++ b/docs/autogen_api.py @@ -36,7 +36,7 @@ if __name__ == '__main__': ] docwriter.module_skip_patterns += [ r'\.core\.fakemodule', - + r'\.testing\.iptest', # Keeping these disabled is OK r'\.parallel\.controller\.mongodb', r'\.lib\.inputhookwx',