Merge "Fix build jobs"
This commit is contained in:
commit
f5051b4323
@ -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:
|
||||
|
3
tox.ini
3
tox.ini
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user