summaryrefslogtreecommitdiffstats
path: root/Documentation/sphinx
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-07-17 18:46:38 -0300
committerJonathan Corbet <corbet@lwn.net>2017-07-23 15:51:24 -0600
commitfb947f3f472303d54759bf898cf92fd8c2dc9bdf (patch)
tree74d1935bf640c9b7ad868c433f03cdbd2b0eee8d /Documentation/sphinx
parent5be33182d4e22750237281f03172e6c3456cdb42 (diff)
downloadop-kernel-dev-fb947f3f472303d54759bf898cf92fd8c2dc9bdf.zip
op-kernel-dev-fb947f3f472303d54759bf898cf92fd8c2dc9bdf.tar.gz
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>
Diffstat (limited to 'Documentation/sphinx')
-rw-r--r--Documentation/sphinx/requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/sphinx/requirements.txt b/Documentation/sphinx/requirements.txt
new file mode 100644
index 0000000..742be3e
--- /dev/null
+++ b/Documentation/sphinx/requirements.txt
@@ -0,0 +1,3 @@
+docutils==0.12
+Sphinx==1.4.9
+sphinx_rtd_theme
OpenPOWER on IntegriCloud