Pin Sphinx to version <1.8.0 64/12564/5
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 12 Sep 2018 21:10:33 +0000 (17:10 -0400)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Wed, 12 Sep 2018 22:56:33 +0000 (15:56 -0700)
commit240ae4b5acd57b45dfba899ccbc7212a91854d42
treea91e2306e9fd91a6f23a89cdfae9286d86b273f6
parent676f33c7589efc93fb8c8cddd633df9684a35e41
Pin Sphinx to version <1.8.0

The new 1.8.0 release of Sphinx is breaking builds in our CI.

In order to get tox runs to pass, the requirement files need to be split
apart and Sphinx version explicitly set for coala. This is due to some
coala bear requiring a version of Sphinx <1.5, which appears to get
pulled in from the base requirements.txt file.

This patch also includes minor clean up of the tox.ini file and a
pyflake validation fix.

Change-Id: Iea9b870270d7a8954f611aaca451de653397397a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
docs/requirements.txt [new file with mode: 0644]
docs_conf/conf.py
requirements.txt
tox.ini