All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] requirements.txt: pin docutils
@ 2021-04-04 20:09 Heinrich Schuchardt
  2021-04-05 17:23 ` Simon Glass
  0 siblings, 1 reply; 4+ messages in thread
From: Heinrich Schuchardt @ 2021-04-04 20:09 UTC (permalink / raw)
  To: u-boot

Building make htmldocs fails with docutils 0.17 due to non-ASCII
characters. Pin docutils to version 0.16.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 doc/sphinx/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt
index 5030d346d2..af79d2c119 100644
--- a/doc/sphinx/requirements.txt
+++ b/doc/sphinx/requirements.txt
@@ -1,4 +1,4 @@
-docutils
+docutils==0.16
 Sphinx==2.4.4
 sphinx_rtd_theme
 six
--
2.17.1

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

* [PATCH 1/1] requirements.txt: pin docutils
  2021-04-04 20:09 [PATCH 1/1] requirements.txt: pin docutils Heinrich Schuchardt
@ 2021-04-05 17:23 ` Simon Glass
  2021-04-05 17:48   ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Glass @ 2021-04-05 17:23 UTC (permalink / raw)
  To: u-boot

Hi Heinrich,

On Mon, 5 Apr 2021 at 08:09, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> Building make htmldocs fails with docutils 0.17 due to non-ASCII
> characters. Pin docutils to version 0.16.
>

Is this a bug that will be fixed in a future version, or something we
will eventually need to fix in the U-Boot source?

> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  doc/sphinx/requirements.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt
> index 5030d346d2..af79d2c119 100644
> --- a/doc/sphinx/requirements.txt
> +++ b/doc/sphinx/requirements.txt
> @@ -1,4 +1,4 @@
> -docutils
> +docutils==0.16
>  Sphinx==2.4.4
>  sphinx_rtd_theme
>  six
> --
> 2.17.1
>

Regards,
Simon

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

* [PATCH 1/1] requirements.txt: pin docutils
  2021-04-05 17:23 ` Simon Glass
@ 2021-04-05 17:48   ` Tom Rini
  2021-04-05 21:10     ` Simon Glass
  0 siblings, 1 reply; 4+ messages in thread
From: Tom Rini @ 2021-04-05 17:48 UTC (permalink / raw)
  To: u-boot

On Tue, Apr 06, 2021 at 05:23:45AM +1200, Simon Glass wrote:
> Hi Heinrich,
> 
> On Mon, 5 Apr 2021 at 08:09, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> >
> > Building make htmldocs fails with docutils 0.17 due to non-ASCII
> > characters. Pin docutils to version 0.16.
> >
> 
> Is this a bug that will be fixed in a future version, or something we
> will eventually need to fix in the U-Boot source?

In discussion: https://sourceforge.net/p/docutils/bugs/414/

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210405/b8d18b44/attachment.sig>

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

* [PATCH 1/1] requirements.txt: pin docutils
  2021-04-05 17:48   ` Tom Rini
@ 2021-04-05 21:10     ` Simon Glass
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Glass @ 2021-04-05 21:10 UTC (permalink / raw)
  To: u-boot

On Tue, 6 Apr 2021 at 05:48, Tom Rini <trini@konsulko.com> wrote:
>
> On Tue, Apr 06, 2021 at 05:23:45AM +1200, Simon Glass wrote:
> > Hi Heinrich,
> >
> > On Mon, 5 Apr 2021 at 08:09, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> > >
> > > Building make htmldocs fails with docutils 0.17 due to non-ASCII
> > > characters. Pin docutils to version 0.16.
> > >
> >
> > Is this a bug that will be fixed in a future version, or something we
> > will eventually need to fix in the U-Boot source?
>
> In discussion: https://sourceforge.net/p/docutils/bugs/414/
>

Reviewed-by: Simon Glass <sjg@chromium.org>

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

end of thread, other threads:[~2021-04-05 21:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-04 20:09 [PATCH 1/1] requirements.txt: pin docutils Heinrich Schuchardt
2021-04-05 17:23 ` Simon Glass
2021-04-05 17:48   ` Tom Rini
2021-04-05 21:10     ` Simon Glass

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.