79cc6c1db5
Use the new PTI docs building commands, these use "tox -e docs" for building, also update the publishing job. Update tox.ini to use sphinx-build directly as documented in the PTI. Note that we have to disable warnings, otherwise building fails with: doc/source/results/ocata/ptl.rst:3:Duplicate explicit target name: "tony breeds (tonyb)". Be aware that with current pbr and Sphinx, warnings are disabled due to change of parameter names - so, this keeps the status quo. Depends-On: https://review.openstack.org/615501 Needed-By: https://review.openstack.org/615637 Change-Id: I4713f3a25e08056b7bce9812fa2cf62119330fcc
19 lines
412 B
YAML
19 lines
412 B
YAML
- project:
|
|
templates:
|
|
- build-openstack-docs-pti
|
|
- openstack-python35-jobs
|
|
- openstack-python36-jobs
|
|
check:
|
|
jobs:
|
|
- openstack-tox-py27
|
|
- openstack-tox-linters
|
|
- election-tox-ci-checks
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-py27
|
|
- openstack-tox-linters
|
|
- election-tox-ci-checks
|
|
post:
|
|
jobs:
|
|
- publish-tox-docs-static
|