File tree 2 files changed +4
-6
lines changed
sphinxext/ipython_sphinxext
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -81,4 +81,3 @@ Performance Improvements
81
81
82
82
Bug Fixes
83
83
~~~~~~~~~
84
- Bug when building docs with IPython 5.x (:issue:`14003`)
Original file line number Diff line number Diff line change @@ -799,11 +799,10 @@ def setup(self):
799
799
# Store IPython directive to enable better error messages
800
800
self .shell .directive = self
801
801
802
- """
803
- reset the execution count if we haven't processed this doc
804
- NOTE: this may be borked if there are multiple seen_doc tmp files
805
- check time stamp?
806
- """
802
+
803
+ # reset the execution count if we haven't processed this doc
804
+ #NOTE: this may be borked if there are multiple seen_doc tmp files
805
+ #check time stamp?
807
806
if self .state .document .current_source not in self .seen_docs :
808
807
self .shell .IP .history_manager .reset ()
809
808
self .shell .IP .execution_count = 1
You can’t perform that action at this time.
0 commit comments