Show More
@@ -28,35 +28,19 b" if __name__ == '__main__':" | |||
|
28 | 28 | r'\.config\.profile', |
|
29 | 29 | r'\.frontend', |
|
30 | 30 | r'\.gui', |
|
31 | r'\.kernel', | |
|
31 | 32 | # For now, the zmq code has |
|
32 | 33 | # unconditional top-level code so it's |
|
33 | 34 | # not import safe. This needs fixing |
|
34 | # soon. | |
|
35 | 35 | r'\.zmq', |
|
36 | 36 | ] |
|
37 | 37 | |
|
38 | 38 | docwriter.module_skip_patterns += [ r'\.core\.fakemodule', |
|
39 | 39 | |
|
40 | # XXX These need fixing, disabling for | |
|
41 | # now but we need to figure out why | |
|
42 | # they are breaking. Error from sphinx | |
|
43 | # for each group copied below | |
|
44 | ||
|
45 | # AttributeError: __abstractmethods__ | |
|
46 | r'\.config\.configurable', | |
|
47 | r'\.utils\.traitlets', | |
|
48 | ||
|
49 | # AttributeError: __provides__ | |
|
50 | r'\.kernel\.clusterdir', | |
|
51 | r'\.kernel\.configobjfactory', | |
|
52 | r'\.kernel\.fcutil', | |
|
53 | r'\.kernel\.ipcontrollerapp', | |
|
54 | r'\.kernel\.launcher', | |
|
55 | r'\.kernel\.task', | |
|
56 | r'\.kernel\.winhpcjob', | |
|
57 | r'\.testing\.util', | |
|
58 | ||
|
59 | 40 | # Keeping these disabled is OK |
|
41 | r'\.parallel\.controller\.mongodb', | |
|
42 | r'\.lib\.inputhookwx', | |
|
43 | r'\.lib\.inputhookgtk', | |
|
60 | 44 | r'\.cocoa', |
|
61 | 45 | r'\.ipdoctest', |
|
62 | 46 | r'\.Gnuplot', |
General Comments 0
You need to be logged in to leave comments.
Login now