All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] requirements.txt: pin docutils
@ 2021-04-04 20:09 Heinrich Schuchardt
  2021-04-05 17:23 ` Simon Glass
  0 siblings, 1 reply; 4+ messages in thread
From: Heinrich Schuchardt @ 2021-04-04 20:09 UTC (permalink / raw)
  To: u-boot

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(-)

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-04-05 21:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-04 20:09 [PATCH 1/1] requirements.txt: pin docutils Heinrich Schuchardt
2021-04-05 17:23 ` Simon Glass
2021-04-05 17:48   ` Tom Rini
2021-04-05 21:10     ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.