diff options
Diffstat (limited to 'sphinx/application.py')
-rw-r--r-- | sphinx/application.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/application.py b/sphinx/application.py index 052ad1ce2..f7ff95175 100644 --- a/sphinx/application.py +++ b/sphinx/application.py @@ -53,6 +53,7 @@ events = { 'env-before-read-docs': 'env, docnames', 'source-read': 'docname, source text', 'doctree-read': 'the doctree before being pickled', + 'env-merge-info': 'env, read docnames, other env instance', 'missing-reference': 'env, node, contnode', 'doctree-resolved': 'doctree, docname', 'env-updated': 'env', |