当前位置: 首页 > 文档资料 > Sphinx 中文文档 >

sphinx.ext.todo – Support for todo items

优质
小牛编辑
122浏览
2023-12-01

Module author: Daniel Bültmann

New in version 0.5.

There are two additional directives when using this extension:

.. todo::

Use this directive like, for example, note.

It will only show up in the output if

This directive is replaced by a list of all todo directives in the whole documentation, if

If this is True, todo and todolist produce output, else they produce nothing. The default is False.