Merge "Fix build jobs"

This commit is contained in:
Zuul 2018-08-20 03:46:57 +00:00 committed by Gerrit Code Review
commit f5051b4323
2 changed files with 4 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# parent job is defined in openstack-manuals
- job:
name: build-tox-manuals-buildpdf
parent: build-tox-manuals
name: openstackdocsstheme-tox-manuals-buildpdf
parent: build-tox-manuals-base
vars:
tox_envlist: buildpdf
@ -13,11 +13,11 @@
- publish-openstack-docs-pti
check:
jobs:
- build-tox-manuals-buildpdf
- openstackdocsstheme-tox-manuals-buildpdf
- openstack-tox-pep8
gate:
jobs:
- build-tox-manuals-buildpdf
- openstackdocsstheme-tox-manuals-buildpdf
- openstack-tox-pep8
post:
jobs:

View File

@ -30,9 +30,6 @@ basepython = python3
commands =
rm -rf doc/build api-ref/build
sphinx-build -a -E -W -d doc/build/doctrees -b html doc/source doc/build/html
sphinx-build -a -E -W -d doc/build/doctrees -b latex doc/source doc/build/pdf
make -C doc/build/pdf
sphinx-build -a -E -W -d api-ref/build/doctrees -b html api-ref/source api-ref/build/html
[testenv:html]
commands =