diff options
Diffstat (limited to 'sphinx/events.py')
-rw-r--r-- | sphinx/events.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/events.py b/sphinx/events.py index 336e13bae..23353dfdb 100644 --- a/sphinx/events.py +++ b/sphinx/events.py @@ -31,6 +31,7 @@ core_events = { 'env-get-updated': 'env', 'env-purge-doc': 'env, docname', 'env-before-read-docs': 'env, docnames', + 'env-check-consistency': 'env', 'source-read': 'docname, source text', 'doctree-read': 'the doctree before being pickled', 'env-merge-info': 'env, read docnames, other env instance', |