diff --git a/doc/conf.py b/doc/conf.py index dac6859..b110f59 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -34,8 +34,12 @@ extensions = [ 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.viewcode', + 'sphinx.ext.todo', ] +# enable todos +todo_include_todos = True + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] diff --git a/doc/user/todo.rst b/doc/user/todo.rst index 2a54df8..8e79fde 100644 --- a/doc/user/todo.rst +++ b/doc/user/todo.rst @@ -35,4 +35,9 @@ Design * use something similar to the `capabilities` in escpos-php +Todos in the codebase +~~~~~~~~~~~~~~~~~~~~~ + +.. todolist:: +