From e2208c12a0a2990d1f53c8b4e38a8a2bb9485964 Mon Sep 17 00:00:00 2001 From: shimizukawa Date: Mon, 8 Feb 2016 23:31:02 +0900 Subject: [PATCH] Update CHANGES and documentation for #1751. --- CHANGES | 2 ++ doc/ext/todo.rst | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/CHANGES b/CHANGES index dd0aeaa6b..96ebb2ec3 100644 --- a/CHANGES +++ b/CHANGES @@ -51,6 +51,8 @@ Features added * #2235: ``needs_sphinx`` supports micro version comparison * #2282: Add "language" attribute to html tag in the "basic" theme * #1779: Add EPUB 3 builder +* #1751: Add :confval:`todo_link_only` to avoid file path and line indication on + :rst:dir:`todolist`. Bugs fixed ---------- diff --git a/doc/ext/todo.rst b/doc/ext/todo.rst index 8ab6eb37a..a809bc665 100644 --- a/doc/ext/todo.rst +++ b/doc/ext/todo.rst @@ -33,3 +33,11 @@ There is also an additional config value: If this is ``True``, :rst:dir:`todo` and :rst:dir:`todolist` produce output, else they produce nothing. The default is ``False``. + +.. confval:: todo_link_only + + If this is ``True``, :rst:dir:`todolist` produce output without file path and line, + The default is ``False``. + + .. versionadded:: 1.4 +