diff mbox series

sphinx: Pin to docutils-0.16

Message ID 20210404200759.26182-1-trini@konsulko.com
State Accepted
Delegated to: Tom Rini
Headers show
Series sphinx: Pin to docutils-0.16 | expand

Commit Message

Tom Rini April 4, 2021, 8:07 p.m. UTC
In newer docutils writers/latex2e/docutils.sty has a unicode character
in the comments which can in turn cause Python 3.6 at least to fail.
Pin to the previous docutils release for now.

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

Comments

Tom Rini April 4, 2021, 11:17 p.m. UTC | #1
On Sun, Apr 04, 2021 at 04:07:59PM -0400, Tom Rini wrote:

> In newer docutils writers/latex2e/docutils.sty has a unicode character
> in the comments which can in turn cause Python 3.6 at least to fail.
> Pin to the previous docutils release for now.
> 
> Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Signed-off-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt
index 5030d346d23b..af79d2c1194d 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