From patchwork Fri Feb 21 03:26:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heinrich Schuchardt X-Patchwork-Id: 236668 List-Id: U-Boot discussion From: xypron.glpk at gmx.de (Heinrich Schuchardt) Date: Fri, 21 Feb 2020 04:26:35 +0100 Subject: [PATCH 0/2] doc: build HTML docs in CI Message-ID: <20200221032637.142330-1-xypron.glpk@gmx.de> We are on the move to a restructured text based documentation for U-Boot. Build target htmldocs is used to transform the restructured text into HTML. We should avoid syntax errors in the restructured text documents that may lead to incorrect HTML. This patch series turns the 'make htmldocs' warnings into errors and adds build steps for 'make htmldocs' to Travis CI scripts. I am still working on Gitlab. At least imagemagick (/usr/bin/convert) is missing in our Docker image. Heinrich Schuchardt (2): doc/Makefile: turn warnings into errors travis: build HTML docs .travis.yml | 5 +++++ doc/Makefile | 1 + 2 files changed, 6 insertions(+) --- 2.25.0