diff mbox series

[1/1] requirements.txt: pin docutils

Message ID 20210404200919.3490-1-xypron.glpk@gmx.de
State Accepted
Commit ac2b5d5850395c19df9749f323ca4666dc04b3ee
Headers show
Series [1/1] requirements.txt: pin docutils | expand

Commit Message

Heinrich Schuchardt April 4, 2021, 8:09 p.m. UTC
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(-)

--
2.17.1

Comments

Simon Glass April 5, 2021, 5:23 p.m. UTC | #1
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
Tom Rini April 5, 2021, 5:48 p.m. UTC | #2
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/
Simon Glass April 5, 2021, 9:10 p.m. UTC | #3
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>
diff mbox series

Patch

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