From 77ea445fc757efa8e57d0490d6bcb5e1e1715eb2 Mon Sep 17 00:00:00 2001 From: ShubhamRathi Date: Fri, 27 Jan 2017 00:40:19 +0530 Subject: New Tox build script To keep the doc jobs for OPNFV & ODL as similar as possible, we're using a similar tox build script as used in ODLDocs. The new merge job is tested to run the same tox build script. This build script is to be run as `tox -edocs`. Everything under docs/ shall be built. Change-Id: Ic4fab5e431e6937a1dbbeca2b1ff339dd092b688 Signed-off-by: ShubhamRathi --- etc/requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/requirements.txt') diff --git a/etc/requirements.txt b/etc/requirements.txt index bc49b3a02..8ad711f2a 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -1,3 +1,4 @@ +tox Sphinx==1.3.1 doc8 docutils -- cgit 1.2.3-korg