##// END OF EJS Templates
Fix excluded modules for docs
Thomas Kluyver -
Show More
@@ -34,7 +34,7 b" if __name__ == '__main__':"
34 34 # This just prints a deprecation msg:
35 35 r'\.frontend$',
36 36 # Deprecated:
37 r'\.core\.magics\.deprecated'
37 r'\.core\.magics\.deprecated',
38 38 # We document this manually.
39 39 r'\.utils\.py3compat',
40 40 # These are exposed by nbformat.current
General Comments 0
You need to be logged in to leave comments. Login now