mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Docs: fix typo in env-merge-info
This commit is contained in:
parent
e888a44249
commit
ac0dcddeb8
@ -177,7 +177,7 @@ type for that event::
|
||||
- event.doctree-read(app, doctree) is called in the middle of transforms,
|
||||
transforms come before/after this event depending on their priority.
|
||||
|
||||
9. event.env-merged-info(app, env, docnames, other)
|
||||
9. event.env-merge-info(app, env, docnames, other)
|
||||
- if running in parallel mode, this event will be emitted for each process
|
||||
|
||||
10. event.env-updated(app, env)
|
||||
|
Loading…
Reference in New Issue
Block a user