##// END OF EJS Templates
fix enable
Matthias BUSSONNIER -
Show More
@@ -75,6 +75,8 b' class SphinxTransformer(ActivatableTransformer):'
75 """
75 """
76 if self.enabled:
76 if self.enabled:
77 return self.transform(nb, other)
77 return self.transform(nb, other)
78 else:
79 return nb,other
78
80
79 def transform(self, nb, other):
81 def transform(self, nb, other):
80 """
82 """
General Comments 0
You need to be logged in to leave comments. Login now