Skip to content

Commit 3b9edfc

Browse files
committed
fix: env.titles available on post transforms
Close #11
1 parent ced7822 commit 3b9edfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sphinxnotes/isso/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def setup(app: Sphinx):
171171

172172
app.add_directive('isso', IssoDirective)
173173
app.add_node(IssoNode, html=(html_visit_isso_node, html_depart_isso_oode))
174-
app.add_transform(IssoTransform)
174+
app.add_post_transform(IssoTransform)
175175

176176
app.connect('html-page-context', on_html_page_context)
177177

0 commit comments

Comments
 (0)