DOC: lua: silence "Unexpected indentation" Sphinx warnings

When building html documentation from doc/lua-api/index.rst, sphinx
complains about some unexpected indentations:

  "doc/lua-api/index.rst:3221: WARNING: Unexpected indentation"

Silencing them without altering the original output format.
This commit is contained in:
Aurelien DARRAGON 2023-03-13 19:49:31 +01:00 committed by Christopher Faulet
parent d5c80d7ab1
commit 21f7ebbfcd
1 changed files with 3 additions and 2 deletions

View File

@ -3144,6 +3144,7 @@ StickTable class
comparison operators as keys followed by data type name and value pairs.
Check out the HAProxy docs for "show table" for more details. For the
reference, the supported operators are:
"eq", "ne", "le", "lt", "ge", "gt"
For large tables, execution of this function can take a long time (for