public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/2] publish HTML documentation on readthedocs.org
@ 2020-04-21 10:11 Heinrich Schuchardt
  2020-04-21 10:11 ` [PATCH 1/2] doc: specify that xelatex is used as Latex engine Heinrich Schuchardt
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Heinrich Schuchardt @ 2020-04-21 10:11 UTC (permalink / raw)
  To: u-boot

readthedocs.org offers a free service to publish generated HTML
documentation.

For testing I have set this up for U-Boot using my
https://github.com/xypron2/u-boot repository.

The generated output is available at
https://u-boot.readthedocs.io/en/latest/

In a final version we should implement the necessary git hook on Gitlab
and change the source repository to https://gitlab.denx.de/u-boot/u-boot.

Than whenever we update the master branch or create a new tag the
documentation will be generated and published.

For a correct functioning of the readathedocs.org build process we need
the two appended patches.

Heinrich Schuchardt (2):
  doc: specify that xelatex is used as Latex engine
  Add .readthedocs.yml

 .readthedocs.yml | 19 +++++++++++++++++++
 doc/conf.py      |  2 ++
 2 files changed, 21 insertions(+)
 create mode 100644 .readthedocs.yml

--
2.26.1

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

end of thread, other threads:[~2020-04-28 13:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-21 10:11 [PATCH 0/2] publish HTML documentation on readthedocs.org Heinrich Schuchardt
2020-04-21 10:11 ` [PATCH 1/2] doc: specify that xelatex is used as Latex engine Heinrich Schuchardt
2020-04-28 13:53   ` Tom Rini
2020-04-21 10:11 ` [PATCH 2/2] Add .readthedocs.yml Heinrich Schuchardt
2020-04-28 13:53   ` Tom Rini
2020-04-21 14:15 ` [PATCH 0/2] publish HTML documentation on readthedocs.org Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox