Merge "Follow the new PTI for document build"

This commit is contained in:
Zuul 2018-02-26 01:30:23 +00:00 committed by Gerrit Code Review
commit 824ff65433
2 changed files with 1 additions and 7 deletions

View File

@ -78,9 +78,3 @@ doc =
[wheel]
universal = 1
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
warning-is-error = 1

View File

@ -45,7 +45,7 @@ commands = python setup.py testr --slowest --coverage --testr-args="{posargs}"
[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
[testenv:pep8]
deps = hacking<0.13,>=0.12