Skip to content

Commit ad360fd

Browse files
authored
Fix parameter lists for two event callback functions (#13516)
1 parent 6d15153 commit ad360fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/extdev/event_callbacks.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ Below is an overview of the core event that happens during a build.
7070
14. apply post-transforms (by priority): docutils.document -> docutils.document
7171
15. event.doctree-resolved(app, doctree, docname)
7272
- In the event that any reference nodes fail to resolve, the following may emit:
73-
- event.missing-reference(env, node, contnode)
74-
- event.warn-missing-reference(domain, node)
73+
- event.missing-reference(app, env, node, contnode)
74+
- event.warn-missing-reference(app, domain, node)
7575
7676
16. Generate output files
7777
17. event.build-finished(app, exception)

0 commit comments

Comments
 (0)