All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] make htmldocs in CI
@ 2020-02-21 17:23 Heinrich Schuchardt
  2020-02-21 17:23 ` [PATCH v2 1/5] doc: update doc/sphinx/kerneldoc.py Heinrich Schuchardt
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Heinrich Schuchardt @ 2020-02-21 17:23 UTC (permalink / raw)
  To: u-boot

This patch series provides a htmldocs target for Travis, Gitlab and Azure
CI.

doc/sphinx/kerneldoc.py is updated to avoid a build warning with current
Sphinx.

The last patch turns build warnings of 'make htmldocs' into errors.

While first four patches can be immediately merged the last patch requires
an updated Docker image, cf.

[PATCH 1/1] Dockerfile: add imagemagick
https://lists.denx.de/pipermail/u-boot/2020-February/400983.html

v2:
	update update doc/sphinx/kerneldoc.py
	change sequence of targets in Travis Ci
	change a commit message

Heinrich Schuchardt (5):
  doc: update doc/sphinx/kerneldoc.py
  travis: build HTML docs
  gitlab: build HTML documentation
  azure: build HTML documentation
  doc/Makefile: turn warnings into errors

 .azure-pipelines.yml    | 10 ++++++++
 .gitlab-ci.yml          |  7 ++++++
 .travis.yml             |  5 ++++
 doc/Makefile            |  1 +
 doc/sphinx/kerneldoc.py | 51 +++++++++++++++++++++++++++++++----------
 5 files changed, 62 insertions(+), 12 deletions(-)

--
2.25.0

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-02-25 14:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-21 17:23 [PATCH v2 0/5] make htmldocs in CI Heinrich Schuchardt
2020-02-21 17:23 ` [PATCH v2 1/5] doc: update doc/sphinx/kerneldoc.py Heinrich Schuchardt
2020-02-25 14:07   ` Tom Rini
2020-02-21 17:24 ` [PATCH v2 2/5] travis: build HTML docs Heinrich Schuchardt
2020-02-22  2:47   ` Bin Meng
2020-02-25 14:07   ` Tom Rini
2020-02-21 17:24 ` [PATCH v2 3/5] gitlab: build HTML documentation Heinrich Schuchardt
2020-02-25 14:07   ` Tom Rini
2020-02-21 17:24 ` [PATCH v2 4/5] azure: " Heinrich Schuchardt
2020-02-25 14:07   ` Tom Rini
2020-02-21 17:24 ` [PATCH v2 5/5] doc/Makefile: turn warnings into errors Heinrich Schuchardt
2020-02-22  2:47   ` Bin Meng
2020-02-25 14:07   ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.