Show More
@@ -71,9 +71,9 b' class SphinxTransformer(ActivatableTransformer):' | |||||
71 | by cell basis, we do not call the base implementation. |
|
71 | by cell basis, we do not call the base implementation. | |
72 | """ |
|
72 | """ | |
73 | if self.enabled: |
|
73 | if self.enabled: | |
74 |
return self. |
|
74 | return self.transform(nb, other) | |
75 |
|
75 | |||
76 |
def |
|
76 | def transform(self, nb, other): | |
77 | """ |
|
77 | """ | |
78 | Sphinx transformation to apply on each notebook. |
|
78 | Sphinx transformation to apply on each notebook. | |
79 | """ |
|
79 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now