commit | f3957b69fd1d691c0129d3dd3283169056d3c928 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Feb 21 18:24:03 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 25 09:06:40 2020 -0500 |
tree | fd6d2d5270bcc2df0736987aea4c8e73782735c6 | |
parent | 4eb0fc996c6f188221c278560052d4f58f1f6968 [diff] |
doc/Makefile: turn warnings into errors Several patches delivered incorrect restructured text as documentation. We should be able to discover this in Travis CI, Gitlab CI, or Azure CI. So let us turn all build warnings into errors. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>