summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-01-17 10:16:17 -0500
committerDoug Hellmann <doug@doughellmann.com>2018-01-17 10:16:17 -0500
commit189aec9b1881ff378f615005474ef5e54b0ff971 (patch)
tree6f20e15c77113541dbc0b9536f060d1a0d58d164
parent551278eb852f8694127c4a1c98a6c2458a704c03 (diff)
downloadpython-openstackclient-189aec9b1881ff378f615005474ef5e54b0ff971.tar.gz
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 42e0037cd055d81d9452f046c347f8e469d27350. Change-Id: Ia01188110fa9c3ccaf3d794fa3a511a6780e683e
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index ca30150d..47b745a2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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 =