diff options
Diffstat (limited to 'doc/development/tutorials/todo.rst')
-rw-r--r-- | doc/development/tutorials/todo.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/tutorials/todo.rst b/doc/development/tutorials/todo.rst index 78a37c2fe..f4ac85ac9 100644 --- a/doc/development/tutorials/todo.rst +++ b/doc/development/tutorials/todo.rst @@ -23,8 +23,8 @@ We want the extension to add the following to Sphinx: only shown in the output if a new config value is set. Todo entries should not be in the output by default. -* A ``todolist`` directive that creates a list of all todo entries throughout the - documentation. +* A ``todolist`` directive that creates a list of all todo entries throughout + the documentation. For that, we will need to add the following elements to Sphinx: |