aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/sphinx
diff options
context:
space:
mode:
authorJaeSang Yoo <js.yoo.5b@gmail.com>2020-12-08 10:46:28 +0900
committerJonathan Corbet <corbet@lwn.net>2020-12-09 17:27:47 -0700
commitab9e1ac49b478a2044eba66089bd2742914dd5af (patch)
tree7745e33532ffea62e0d2b00afc56511b832e61be /Documentation/sphinx
parentdocs: reporting-issues: move 'outdated, need help' note to proper place (diff)
downloadwireguard-linux-ab9e1ac49b478a2044eba66089bd2742914dd5af.tar.xz
wireguard-linux-ab9e1ac49b478a2044eba66089bd2742914dd5af.zip
docs: update requirements to install six module
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> Link: https://lore.kernel.org/r/20201208014628.GA1361@JSYoo5B-Base.localdomain Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/sphinx')
-rw-r--r--Documentation/sphinx/requirements.txt1
1 files changed, 1 insertions, 0 deletions
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