diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-05-30 01:07:05 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-05-30 01:07:05 +0900 |
commit | d6063ff35b19fc36ee2c4ba022a1e12dbcbbdaed (patch) | |
tree | 232325a27c5594c35e84ca809adf41f14511d533 /doc/development/tutorials/todo.rst | |
parent | 984d2f4b228318d03682022d52afde3aaae06d12 (diff) | |
download | sphinx-git-d6063ff35b19fc36ee2c4ba022a1e12dbcbbdaed.tar.gz |
doc: Fold lines by 80 columns
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: |