Re: [PATCH 0/1] docs: watchdog: make htmldocs failed.
From: Mauro Carvalho Chehab
Date: Thu Jun 13 2019 - 11:43:42 EST
Em Wed, 12 Jun 2019 18:02:36 -0600
Jerry Hoemann <jerry.hoemann@xxxxxxx> 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