summaryrefslogtreecommitdiff
path: root/sphinx/application.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-07 16:41:44 +0100
committerGeorg Brandl <georg@python.org>2011-01-07 16:41:44 +0100
commit3448ad3099e0c30e6901589b6bd8e181a449c6aa (patch)
tree219f7b58613d9d97b1de55669423f8b999dd078f /sphinx/application.py
parent3411097bf8a2ba377e763c9d31e46fc74f7914c3 (diff)
downloadsphinx-3448ad3099e0c30e6901589b6bd8e181a449c6aa.tar.gz
#306: Added :event:`env-get-outdated` event.
Diffstat (limited to 'sphinx/application.py')
-rw-r--r--sphinx/application.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/application.py b/sphinx/application.py
index 0d9326f0..fb100b2f 100644
--- a/sphinx/application.py
+++ b/sphinx/application.py
@@ -40,6 +40,7 @@ from sphinx.util.console import bold
# List of all known core events. Maps name to arguments description.
events = {
'builder-inited': '',
+ 'env-get-outdated': 'env, added, changed, removed',
'env-purge-doc': 'env, docname',
'source-read': 'docname, source text',
'doctree-read': 'the doctree before being pickled',