Follow the new PTI for document build

For compliance with the Project Testing Interface as described in:

https://governance.openstack.org/tc/reference/project-testing-interface.html

For more detials information, please refer to:

http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

Change-Id: I673214c9e231294e7d5eb473232e2a611e219b47
This commit is contained in:
Sean McGinnis 2018-01-08 12:28:50 -06:00
parent 2472e8c9c2
commit 5d0fb1193c
2 changed files with 1 additions and 8 deletions

View File

@ -36,13 +36,6 @@ stevedore.test.extension =
e1 = stevedore.tests.test_extension:BrokenExtension
e2 = stevedore.tests.notfound:UnimportableExtension
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
warning-is-error = 1
[pbr]
warnerrors = True

View File

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