Add publish-openstack-docs-pti job in check/gate CI

Add publish-openstack-docs-pti job in check/gate CI.

Change-Id: I8bbad3d615a3af29ed05d31a2e1cb1d3b99ae460
This commit is contained in:
Caihui 2020-06-24 02:19:00 -07:00
parent 6db9afe608
commit 6fabbd4a41
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python3-victoria-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:

View File

@ -76,8 +76,8 @@ exclude = .venv,.tox,dist,doc,*egg,specs,build,*/source/conf.py
[testenv:docs]
commands =
rm -rf api-ref/build
sphinx-build -W --keep-going -b html api-ref/source api-ref/build/html
# sphinx-build -W --keep-going -b html api-ref/source api-ref/build/html
sphinx-build -W --keep-going -b html doc/source doc/build/html
[testenv:api-ref]
whitelist_externals = rm
commands =