]> Git Repo - linux.git/commitdiff
docs: update requirements to install six module
authorJaeSang Yoo <[email protected]>
Tue, 8 Dec 2020 01:46:28 +0000 (10:46 +0900)
committerJonathan Corbet <[email protected]>
Thu, 10 Dec 2020 00:27:47 +0000 (17:27 -0700)
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 <[email protected]>
Reviewed-by: Mauro Carvalho Chehab <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
Documentation/sphinx/requirements.txt

index 489f6626de6740374b0fdbb9f14d24243fecfdf2..5030d346d23bc8f178b5b2c11458c52543a855ed 100644 (file)
@@ -1,3 +1,4 @@
 docutils
 Sphinx==2.4.4
 sphinx_rtd_theme
+six
This page took 0.041759 seconds and 4 git commands to generate.