summaryrefslogtreecommitdiff
path: root/sphinx/ext
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-12 17:04:58 +0100
committerGeorg Brandl <georg@python.org>2014-01-12 17:04:58 +0100
commitb2694d81fb8f7e59ccdf331ddabab754cc3073a1 (patch)
treebb9582f7f209723def3af136fe05e2212298d74a /sphinx/ext
parentdd9650fd0476655bddbe99c50e76ac52774e0e11 (diff)
parentb4c916811a5522976d4ae483230fe76296a38b4e (diff)
downloadsphinx-b2694d81fb8f7e59ccdf331ddabab754cc3073a1.tar.gz
merge with stable
Diffstat (limited to 'sphinx/ext')
-rw-r--r--sphinx/ext/todo.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/ext/todo.py b/sphinx/ext/todo.py
index de5d2b9f..253ae07d 100644
--- a/sphinx/ext/todo.py
+++ b/sphinx/ext/todo.py
@@ -171,4 +171,3 @@ def setup(app):
app.connect('doctree-read', process_todos)
app.connect('doctree-resolved', process_todo_nodes)
app.connect('env-purge-doc', purge_todos)
-