We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced7822 commit 3b9edfcCopy full SHA for 3b9edfc
1 file changed
src/sphinxnotes/isso/__init__.py
@@ -171,7 +171,7 @@ def setup(app: Sphinx):
171
172
app.add_directive('isso', IssoDirective)
173
app.add_node(IssoNode, html=(html_visit_isso_node, html_depart_isso_oode))
174
- app.add_transform(IssoTransform)
+ app.add_post_transform(IssoTransform)
175
176
app.connect('html-page-context', on_html_page_context)
177
0 commit comments