diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-04-29 17:45:41 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-04-29 23:22:00 +0900 |
commit | d1e8e41b5e4ffd2a4c61dbe8291b18ae22548d25 (patch) | |
tree | efae42ac259f8abaff7833f0fd338331fa50fb73 /doc/extdev/appapi.rst | |
parent | 9d0338777c6f42fe98654716fb654b7f52ebc0ee (diff) | |
download | sphinx-git-d1e8e41b5e4ffd2a4c61dbe8291b18ae22548d25.tar.gz |
Fix #3633: misdetect unreferenced citations
Diffstat (limited to 'doc/extdev/appapi.rst')
-rw-r--r-- | doc/extdev/appapi.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/extdev/appapi.rst b/doc/extdev/appapi.rst index 151bb2ed9..8d786e870 100644 --- a/doc/extdev/appapi.rst +++ b/doc/extdev/appapi.rst @@ -590,6 +590,13 @@ handlers to the events. Example: .. versionchanged:: 1.3 The handlers' return value is now used. +.. event:: env-check-consistency (env) + + Emmited when Consistency checks phase. You can check consistency of + metadata for whole of documents. + + .. versionadded:: 1.6 + .. event:: html-collect-pages (app) Emitted when the HTML builder is starting to write non-document pages. You |