2019-06-13 15:41:24

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: Re: [PATCH 0/1] docs: watchdog: make htmldocs failed.

Em Wed, 12 Jun 2019 18:02:36 -0600
Jerry Hoemann <[email protected]> escreveu:

> Guenter,
>
> While making htmldocs from linux-staging.git watchdog-next, the
> build failed due what I think is a missing blank line after a header
> separator in:
>
> Documentation/watchdog/watchdog-parameters.rst
>
> I'm a newbie w.r.t. to the .rst file formats, but adding the blank
> lines got the "make htmldocs" to complete.

Yeah, Sphinx doesn't like to see things like:

------------
foo

as it will miss-interpret the <hr> tag. That usually cause a
severe error the parser, breaking the entire build.

>
>
>
>
>
>
> Jerry Hoemann (1):
> docs: watchdog: Fix build error.
>
> Documentation/watchdog/watchdog-parameters.rst | 2 ++
> 1 file changed, 2 insertions(+)
>



Thanks,
Mauro