Fix docs gate jobs

Due to [1] we need to make some updates to our tox setup.

[1]
http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html

Change-Id: I476781d57a999a0c6e40b6dca4115fff0432a5c9
This commit is contained in:
Mark T. Voelker 2018-03-21 12:28:24 -04:00
parent f9ffc86c23
commit a4c22aaded
2 changed files with 8 additions and 1 deletions

7
doc/requirements.txt Normal file
View File

@ -0,0 +1,7 @@
pygments
demjson
doc8
jsonschema
oslosphinx
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
sphinxcontrib.datatemplates

View File

@ -18,7 +18,7 @@ commands =
[testenv:docs]
commands=
python setup.py build_sphinx
sphinx-build
[testenv:pep8]
# This runs all lint like jobs