mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update CHANGES and documentation for #1751.
This commit is contained in:
parent
2897846a6e
commit
e2208c12a0
2
CHANGES
2
CHANGES
@ -51,6 +51,8 @@ Features added
|
|||||||
* #2235: ``needs_sphinx`` supports micro version comparison
|
* #2235: ``needs_sphinx`` supports micro version comparison
|
||||||
* #2282: Add "language" attribute to html tag in the "basic" theme
|
* #2282: Add "language" attribute to html tag in the "basic" theme
|
||||||
* #1779: Add EPUB 3 builder
|
* #1779: Add EPUB 3 builder
|
||||||
|
* #1751: Add :confval:`todo_link_only` to avoid file path and line indication on
|
||||||
|
:rst:dir:`todolist`.
|
||||||
|
|
||||||
Bugs fixed
|
Bugs fixed
|
||||||
----------
|
----------
|
||||||
|
@ -33,3 +33,11 @@ There is also an additional config value:
|
|||||||
|
|
||||||
If this is ``True``, :rst:dir:`todo` and :rst:dir:`todolist` produce output,
|
If this is ``True``, :rst:dir:`todo` and :rst:dir:`todolist` produce output,
|
||||||
else they produce nothing. The default is ``False``.
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user