summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-22 22:05:03 +0200
committerGeorg Brandl <georg@python.org>2014-09-22 22:05:03 +0200
commitf5ca17f03123f467f929199403890e40226ed79f (patch)
tree7f5cf917c6fba41a40979b76d018b9900cd0679a /doc
parent81b87b9d7fcb49c52e82bc41b831da924370fe4f (diff)
downloadsphinx-f5ca17f03123f467f929199403890e40226ed79f.tar.gz
Make remaining builtin extensions parallel-read-proof.
Diffstat (limited to 'doc')
-rw-r--r--doc/extdev/appapi.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/extdev/appapi.rst b/doc/extdev/appapi.rst
index d5d1c033..4fed158c 100644
--- a/doc/extdev/appapi.rst
+++ b/doc/extdev/appapi.rst
@@ -507,7 +507,9 @@ handlers to the events. Example:
that have been read in the subprocess.
For a sample of how to deal with this event, look at the standard
- ``sphinx.ext.viewcode`` extension.
+ ``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