`todo directive now supports :name:` option

This commit is contained in:
Takeshi KOMIYA
2019-03-24 16:35:20 +09:00
parent ab268c3138
commit 8d5ef57c6f
3 changed files with 15 additions and 36 deletions

View File

@@ -51,6 +51,7 @@ Features added
* Add a helper method ``SphinxDirective.set_source_info()``
* #6180: Support ``--keep-going`` with BuildDoc setup command
* ``math`` directive now supports ``:class:`` option
* todo: ``todo`` directive now supports ``:name:`` option
Bugs fixed
----------