diff options
Diffstat (limited to 'sphinx/ext/todo.py')
-rw-r--r-- | sphinx/ext/todo.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sphinx/ext/todo.py b/sphinx/ext/todo.py index d4234c06b..3f27c6850 100644 --- a/sphinx/ext/todo.py +++ b/sphinx/ext/todo.py @@ -1,7 +1,8 @@ -"""Allow todos to be inserted into your documentation. Inclusion of todos can -be switched of by a configuration variable. The todolist directive collects -all todos of your project and lists them along with a backlink to the -original location. +"""Allow todos to be inserted into your documentation. + +Inclusion of todos can be switched of by a configuration variable. +The todolist directive collects all todos of your project and lists them along +with a backlink to the original location. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. |