]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sphinx: Pin to docutils-0.16
authorTom Rini <trini@konsulko.com>
Sun, 4 Apr 2021 20:04:56 +0000 (16:04 -0400)
committerTom Rini <trini@konsulko.com>
Sun, 4 Apr 2021 20:07:09 +0000 (16:07 -0400)
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

index 5030d346d23bc8f178b5b2c11458c52543a855ed..af79d2c1194d1eff511eea8acedacdff162443cd 100644 (file)
@@ -1,4 +1,4 @@
-docutils
+docutils==0.16
 Sphinx==2.4.4
 sphinx_rtd_theme
 six