Skip to content

Commit 189aec9

Browse files
committed
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 42e0037. Change-Id: Ia01188110fa9c3ccaf3d794fa3a511a6780e683e
1 parent 551278e commit 189aec9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ deps =
109109
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
110110
-r{toxinidir}/requirements.txt
111111
-r{toxinidir}/doc/requirements.txt
112-
commands =
113-
sphinx-build -b html doc/source doc/build/html
112+
commands = python setup.py build_sphinx
114113

115114
[testenv:releasenotes]
116115
deps =

0 commit comments

Comments
 (0)