Show More
@@ -28,35 +28,19 b" if __name__ == '__main__':" | |||||
28 | r'\.config\.profile', |
|
28 | r'\.config\.profile', | |
29 | r'\.frontend', |
|
29 | r'\.frontend', | |
30 | r'\.gui', |
|
30 | r'\.gui', | |
|
31 | r'\.kernel', | |||
31 | # For now, the zmq code has |
|
32 | # For now, the zmq code has | |
32 | # unconditional top-level code so it's |
|
33 | # unconditional top-level code so it's | |
33 | # not import safe. This needs fixing |
|
34 | # not import safe. This needs fixing | |
34 | # soon. |
|
|||
35 | r'\.zmq', |
|
35 | r'\.zmq', | |
36 | ] |
|
36 | ] | |
37 |
|
37 | |||
38 | docwriter.module_skip_patterns += [ r'\.core\.fakemodule', |
|
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 | # Keeping these disabled is OK |
|
40 | # Keeping these disabled is OK | |
|
41 | r'\.parallel\.controller\.mongodb', | |||
|
42 | r'\.lib\.inputhookwx', | |||
|
43 | r'\.lib\.inputhookgtk', | |||
60 | r'\.cocoa', |
|
44 | r'\.cocoa', | |
61 | r'\.ipdoctest', |
|
45 | r'\.ipdoctest', | |
62 | r'\.Gnuplot', |
|
46 | r'\.Gnuplot', |
General Comments 0
You need to be logged in to leave comments.
Login now