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:
yatinkarel 2019-08-21 13:15:23 +05:30
parent c6918e5da6
commit 4296ccbff3
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,4 @@
- project:
templates:
- publish-openstack-docs-pti
- deploy-guide-jobs

View File

@ -33,4 +33,10 @@ exclude = .tox,dist,*.egg,build
[testenv:deploy-guide]
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