Merge "make tox docs environment follow PTI guidelines for sphinx build"

This commit is contained in:
Zuul 2019-01-10 17:51:20 +00:00 committed by Gerrit Code Review
commit 296d6bc761
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
pbr>=0.11,<2.0
pbr>=2.0.0
oslosphinx
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
yasfb>=0.5.1

View File

@ -15,7 +15,7 @@ deps = -r{toxinidir}/requirements.txt
commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:spelling]
deps =