linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: JaeSang Yoo <js.yoo.5b@gmail.com>
To: corbet@lwn.net, jsyoo5b@gmail.com, mchehab+huawei@kernel.org
Cc: linux-doc@vger.kernel.org, linux-kernel@vger.org,
	markus.heiser@darmarit.de
Subject: [PATCH] docs: update requirements to install six module
Date: Tue, 8 Dec 2020 10:46:28 +0900	[thread overview]
Message-ID: <20201208014628.GA1361@JSYoo5B-Base.localdomain> (raw)

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


             reply	other threads:[~2020-12-08  1:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-08  1:46 JaeSang Yoo [this message]
2020-12-08  6:28 ` [PATCH] docs: update requirements to install six module 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201208014628.GA1361@JSYoo5B-Base.localdomain \
    --to=js.yoo.5b@gmail.com \
    --cc=corbet@lwn.net \
    --cc=jsyoo5b@gmail.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.org \
    --cc=markus.heiser@darmarit.de \
    --cc=mchehab+huawei@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).