Partially Revert "Update new documentation PTI jobs"

The zuul job figures out whether to run "setup.py build_sphinx" or
"build-sphinx" based on whether the project is relying on pbr's
ability to auto-generate API reference docs. Because we are relying on
that, we want local builds to use "setup.py build_sphinx".

This reverts commit 42e0037cd0.

Change-Id: Ia01188110fa9c3ccaf3d794fa3a511a6780e683e
This commit is contained in:
Doug Hellmann 2018-01-17 10:16:17 -05:00
parent 551278eb85
commit 189aec9b18
1 changed files with 1 additions and 2 deletions

View File

@ -109,8 +109,7 @@ deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =
sphinx-build -b html doc/source doc/build/html
commands = python setup.py build_sphinx
[testenv:releasenotes]
deps =