summaryrefslogtreecommitdiff
path: root/doc/extdev
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-06 22:42:06 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-06 22:42:06 +0900
commit7c8b32a85d4e2a65ae13cc8d2b0ad2e0e209d02d (patch)
treeb13f8331fff8627d1f98e787b3125ec80ac84089 /doc/extdev
parentf4692ec7fba59e667c421a3b423a2d5a995f49ef (diff)
downloadsphinx-git-7c8b32a85d4e2a65ae13cc8d2b0ad2e0e209d02d.tar.gz
doc: Remove a mention to todo ext. from env-merge-info
Diffstat (limited to 'doc/extdev')
-rw-r--r--doc/extdev/appapi.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/extdev/appapi.rst b/doc/extdev/appapi.rst
index 76ad65a88..49081ee9e 100644
--- a/doc/extdev/appapi.rst
+++ b/doc/extdev/appapi.rst
@@ -268,11 +268,6 @@ connect handlers to the events. Example:
environment from the main process. *docnames* is a set of document names
that have been read in the subprocess.
- For a sample of how to deal with this event, look at the standard
- ``sphinx.ext.todo`` extension. The implementation is often similar to that
- of :event:`env-purge-doc`, only that information is not removed, but added to
- the main environment from the other environment.
-
.. versionadded:: 1.3
.. event:: env-updated (app, env)