sphinx-pre-install: use a requirements file
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 17 Jul 2017 21:46:38 +0000 (18:46 -0300)
committerJonathan Corbet <corbet@lwn.net>
Sun, 23 Jul 2017 21:51:24 +0000 (15:51 -0600)
commitfb947f3f472303d54759bf898cf92fd8c2dc9bdf
tree74d1935bf640c9b7ad868c433f03cdbd2b0eee8d
parent5be33182d4e22750237281f03172e6c3456cdb42
sphinx-pre-install: use a requirements file

Instead of using 3 commands to install a virtualenv, use
a single one, reading the requirements from this file:

Documentation/sphinx/requirements.txt

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/sphinx/requirements.txt [new file with mode: 0644]
scripts/sphinx-pre-install