Преглед на файлове

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>
Tom Rini преди 3 години
родител
ревизия
ac2b5d5850
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      doc/sphinx/requirements.txt

+ 1 - 1
doc/sphinx/requirements.txt

@@ -1,4 +1,4 @@
-docutils
+docutils==0.16
 Sphinx==2.4.4
 sphinx_rtd_theme
 six