diff options
| author | Georg Brandl <georg@python.org> | 2014-01-10 21:44:14 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-01-10 21:44:14 +0100 |
| commit | 1356aff6d7a970e69a12b0dfaf69d08e55fe7973 (patch) | |
| tree | 45759c98852d55b1b14ebed15116738ecb7a1934 /sphinx/ext/todo.py | |
| parent | 865d677eb8bf46fe46e294d6fdd092b8f9f2fc33 (diff) | |
| download | sphinx-git-1356aff6d7a970e69a12b0dfaf69d08e55fe7973.tar.gz | |
Closes #925: Allow list-typed config values to be provided on the command line,
like ``-D key=val1,val2``.
Diffstat (limited to 'sphinx/ext/todo.py')
| -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 de5d2b9fe..253ae07d1 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) - |
