diff options
| author | Georg Brandl <georg@python.org> | 2014-01-11 14:53:07 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-01-11 14:53:07 +0100 |
| commit | 27a523430e4758d994095ff32819afdfff88cfc8 (patch) | |
| tree | 73da62c89f34034606519b880ee852fca7148a73 /sphinx/ext | |
| parent | afd5ef6d4d926c827bf28f09fbe89d4f02d4f6ae (diff) | |
| parent | 9cc21c5ad53f3d18609b631613945b6dbc9c8c39 (diff) | |
| download | sphinx-27a523430e4758d994095ff32819afdfff88cfc8.tar.gz | |
merge stable into default
Diffstat (limited to 'sphinx/ext')
| -rw-r--r-- | sphinx/ext/todo.py | 1 |
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) - |
