commit | d5c80d7ab1651d109b452c8c3e1329133000b6f9 | [log] [tgz] |
---|---|---|
author | Aurelien DARRAGON <adarragon@haproxy.com> | Mon Mar 13 19:36:13 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 05 08:58:17 2023 +0200 |
tree | 8beb77028dd222e4ae2c2b599ef3f31ddf4de09d | |
parent | b8038996e914ce4070ba502f79ea89d2ebf8465d [diff] |
DOC: lua: silence "literal block ends without a blank line" Sphinx warnings When building html documentation from doc/lua-api/index.rst, sphinx complains about some literal blocks ending without a blank line: "doc/lua-api/index.rst:534: WARNING: Literal block ends without a blank line; unexpected unindent." Adding the missing blank lines to make sphinx happy