How to Manage TODOs with Sphinx#

Last Updated on 2021-08-14

You can mark todos on incomplete articles built with sphinx, or list all todos on the website.

Configuration#

package:

なし

conf.py:

extensions = ['sphinx.ext.todo' ]

[extensions]
todo_include_todos=True

Usage#

Writing a Todo:

.. todo:: todo-text

Listing Todos:

.. todolist::

.. |date| date::