diff --git a/IPython/extensions/autoreload.py b/IPython/extensions/autoreload.py index 123a9da..e62a5fb 100644 --- a/IPython/extensions/autoreload.py +++ b/IPython/extensions/autoreload.py @@ -89,6 +89,8 @@ Some of the known remaining caveats are: """ +skip_doctest = True + # Pauli Virtanen , 2008. # Thomas Heller, 2000. #