diff options
author | Tom Rini <trini@konsulko.com> | 2021-04-04 16:04:56 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-04 16:07:09 -0400 |
commit | ac2b5d5850395c19df9749f323ca4666dc04b3ee (patch) | |
tree | 70f2cffa0bb139b96316d52002ed64503edad58f /doc/sphinx | |
parent | 7823ba339730368a63f64998cf8b81404249aa4c (diff) | |
download | u-boot-ac2b5d5850395c19df9749f323ca4666dc04b3ee.zip u-boot-ac2b5d5850395c19df9749f323ca4666dc04b3ee.tar.gz u-boot-ac2b5d5850395c19df9749f323ca4666dc04b3ee.tar.bz2 |
sphinx: Pin to docutils-0.16
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>
Diffstat (limited to 'doc/sphinx')
-rw-r--r-- | doc/sphinx/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt index 5030d34..af79d2c 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 |