DOC: lua: fix Sphinx warning from core.get_var()
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 23 Aug 2023 15:47:10 +0000 (17:47 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 25 Aug 2023 09:52:43 +0000 (11:52 +0200)
commit190f09a6ce6fba8bfd8fa4739b89ca7add807231
tree73d15206313fc9557f8116c25f649ef88ba920aa
parentee1891ccbe1d0e614985d30b83036567bcc3784e
DOC: lua: fix Sphinx warning from core.get_var()

Since f034139bc0 ("MINOR: lua: Allow reading "proc." scoped vars from
LUA core."), a new Sphinx warning is emitted when generating the lua doc:

  "WARNING: Field list ends without a blank line; unexpected unindent."

This is due to a missing space after the line break continuation, sphinx
parser is very restrictive unfortunately!

Suppressing the warning and fixing the html output at the same time by
adding the missing space.
doc/lua-api/index.rst