linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: update requirements to install six module
@ 2020-12-08  1:46 JaeSang Yoo
  2020-12-08  6:28 ` Mauro Carvalho Chehab
  2020-12-10  0:29 ` Jonathan Corbet
  0 siblings, 2 replies; 7+ messages in thread
From: JaeSang Yoo @ 2020-12-08  1:46 UTC (permalink / raw)
  To: corbet, jsyoo5b, mchehab+huawei; +Cc: linux-doc, linux-kernel, markus.heiser

On the update of Sphinx version to 2.4.4, the "six" library won't be
installed automatically. (which is required by kfigure.py)

Main reason of this issue were occurred by the requirements changed from
the sphinx library. In Sphinx v1.7.9, six was listed on the
install_requires, but it has been removed since 2.x

The kfigure.py uses six library explicitly, adding six to
requirements.txt seems reasonable

Signed-off-by: JaeSang Yoo <jsyoo5b@gmail.com>
---
 Documentation/sphinx/requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/sphinx/requirements.txt b/Documentation/sphinx/requirements.txt
index 489f6626de67..5030d346d23b 100644
--- a/Documentation/sphinx/requirements.txt
+++ b/Documentation/sphinx/requirements.txt
@@ -1,3 +1,4 @@
 docutils
 Sphinx==2.4.4
 sphinx_rtd_theme
+six
-- 
2.25.1


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

end of thread, other threads:[~2020-12-11 21:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-08  1:46 [PATCH] docs: update requirements to install six module JaeSang Yoo
2020-12-08  6:28 ` Mauro Carvalho Chehab
2020-12-10  0:29 ` Jonathan Corbet
2020-12-10  3:39   ` JaeSang Yoo
2020-12-10 23:02     ` Jonathan Corbet
2020-12-11  1:15       ` JaeSang Yoo
2020-12-11 20:55         ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).