Run deploy guide jobs
https://review.opendev.org/#/c/677029/ moved docs to deploy-guide, let's run job to publish these. Change-Id: Ia587e7537c5e0f70f9004ecb2fdb12a784aab3fb
This commit is contained in:
parent
c6918e5da6
commit
4296ccbff3
@ -1,3 +1,4 @@
|
|||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
- publish-openstack-docs-pti
|
- publish-openstack-docs-pti
|
||||||
|
- deploy-guide-jobs
|
||||||
|
6
tox.ini
6
tox.ini
@ -33,4 +33,10 @@ exclude = .tox,dist,*.egg,build
|
|||||||
|
|
||||||
[testenv:deploy-guide]
|
[testenv:deploy-guide]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
|
deps =
|
||||||
|
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||||
|
-r{toxinidir}/requirements.txt
|
||||||
|
-r{toxinidir}/test-requirements.txt
|
||||||
|
-r{toxinidir}/doc/requirements.txt
|
||||||
|
|
||||||
commands = sphinx-build -a -E -W -d deploy-guide/build/doctrees -b html deploy-guide/source deploy-guide/build/html
|
commands = sphinx-build -a -E -W -d deploy-guide/build/doctrees -b html deploy-guide/source deploy-guide/build/html
|
||||||
|
Loading…
Reference in New Issue
Block a user