Show More
@@ -30,6 +30,7 b" if __name__ == '__main__':" | |||
|
30 | 30 | r'\.sphinxext', |
|
31 | 31 | # Shims |
|
32 | 32 | r'\.kernel', |
|
33 | r'\.terminal\.pt_inputhooks', | |
|
33 | 34 | ] |
|
34 | 35 | |
|
35 | 36 | # The inputhook* modules often cause problems on import, such as trying to |
@@ -37,8 +38,6 b" if __name__ == '__main__':" | |||
|
37 | 38 | docwriter.module_skip_patterns += [ r'\.lib\.inputhook.+', |
|
38 | 39 | r'\.ipdoctest', |
|
39 | 40 | r'\.testing\.plugin', |
|
40 | # Deprecated: | |
|
41 | r'\.core\.magics\.deprecated', | |
|
42 | 41 | # Backwards compat import for lib.lexers |
|
43 | 42 | r'\.nbconvert\.utils\.lexers', |
|
44 | 43 | # We document this manually. |
General Comments 0
You need to be logged in to leave comments.
Login now