doc: Remove a mention to :dedent: 0

`:dedent: 0` option for the code-block directive is a secret feature.
So it should not be mentioned in our docs.
This commit is contained in:
Takeshi KOMIYA 2022-01-15 19:59:45 +09:00
parent 6611140c76
commit 44e6d0ce2a

View File

@ -78,10 +78,8 @@ Bugs fixed
* #9979: Error level messages were displayed as warning messages * #9979: Error level messages were displayed as warning messages
* #10057: Failed to scan documents if the project is placed onto the root * #10057: Failed to scan documents if the project is placed onto the root
directory directory
* #9636: code-block: ``:dedent:`` handled numeric argument ``0`` like no argument was given
* #9636: code-block: ``:dedent:`` without argument did strip newlines * #9636: code-block: ``:dedent:`` without argument did strip newlines
Testing Testing
-------- --------