##// END OF EJS Templates
DocInherit is running into recursion depth for subclasses of the original converters -- temporary overwrite
Jonathan Taylor -
Show More
@@ -44,6 +44,9 b' from IPython.utils import py3compat'
44 # Utility functions
44 # Utility functions
45 #-----------------------------------------------------------------------------
45 #-----------------------------------------------------------------------------
46
46
47 def DocInherit(f):
48 return f
49
47 def remove_fake_files_url(cell):
50 def remove_fake_files_url(cell):
48 """Remove from the cell source the /files/ pseudo-path we use.
51 """Remove from the cell source the /files/ pseudo-path we use.
49 """
52 """
General Comments 0
You need to be logged in to leave comments. Login now