diff options
author | Brecht Machiels <brecht@mos6581.org> | 2021-03-30 16:44:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 16:44:50 +0200 |
commit | ac0dcddeb8dadb2d901864b8ad0fa652cb65098c (patch) | |
tree | b08f732ae131fdaf8f899a10d3a9727c21dc60e6 | |
parent | e888a4424939fd34590e5443838709d00d8d8874 (diff) | |
download | sphinx-git-ac0dcddeb8dadb2d901864b8ad0fa652cb65098c.tar.gz |
Docs: fix typo in env-merge-info
-rw-r--r-- | doc/extdev/appapi.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/extdev/appapi.rst b/doc/extdev/appapi.rst index 994991034..41318e9d6 100644 --- a/doc/extdev/appapi.rst +++ b/doc/extdev/appapi.rst @@ -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) |