All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: JaeSang Yoo <js.yoo.5b@gmail.com>
Cc: corbet@lwn.net, jsyoo5b@gmail.com, linux-doc@vger.kernel.org,
	linux-kernel@vger.org, markus.heiser@darmarit.de
Subject: Re: [PATCH] docs: update requirements to install six module
Date: Tue, 8 Dec 2020 07:28:28 +0100	[thread overview]
Message-ID: <20201208072828.11084458@coco.lan> (raw)
In-Reply-To: <20201208014628.GA1361@JSYoo5B-Base.localdomain>

Em Tue, 8 Dec 2020 10:46:28 +0900
JaeSang Yoo <js.yoo.5b@gmail.com> escreveu:

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

Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

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



Thanks,
Mauro

  reply	other threads:[~2020-12-08  6:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-08  1:46 [PATCH] docs: update requirements to install six module JaeSang Yoo
2020-12-08  6:28 ` Mauro Carvalho Chehab [this message]
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=20201208072828.11084458@coco.lan \
    --to=mchehab+huawei@kernel.org \
    --cc=corbet@lwn.net \
    --cc=js.yoo.5b@gmail.com \
    --cc=jsyoo5b@gmail.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.org \
    --cc=markus.heiser@darmarit.de \
    /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 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.