Skip to content

Commit

Permalink
docs: update requirements to install six module
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
JSYoo5B authored and Jonathan Corbet committed Dec 10, 2020
1 parent e223a70 commit ab9e1ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/sphinx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
docutils
Sphinx==2.4.4
sphinx_rtd_theme
six

0 comments on commit ab9e1ac

Please sign in to comment.