diff --git a/nbconvert.py b/nbconvert.py index 211d614..a040273 100755 --- a/nbconvert.py +++ b/nbconvert.py @@ -44,6 +44,9 @@ from IPython.utils import py3compat # Utility functions #----------------------------------------------------------------------------- +def DocInherit(f): + return f + def remove_fake_files_url(cell): """Remove from the cell source the /files/ pseudo-path we use. """