Import docs building job

This repo had a docs building job setup in project-config repo and was
at one time publishing to readthedocs. The publishing needs a manual
change and the repo was never adapted.

Import just the docs building jobs using the build-openstack-docs-pti
template.
If the repo wants to use publish later to readthedocs, the template
can be changed to docs-on-readthedocs as explained in
http://lists.openstack.org/pipermail/openstack-dev/2018-August/132836.html

Fix docs building: Use python3.

Change-Id: I2fc15f3aceb35a9c1f14ad4ebaa9ac2c17a70e8d
This commit is contained in:
Andreas Jaeger 2019-09-29 17:45:34 +02:00
parent 3bb3382e2b
commit 3b8577f965
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
- project:
templates:
- build-openstack-docs-pti
- windmill-jobs-fedora-latest
- windmill-jobs-bionic
check:

View File

@ -8,6 +8,7 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
[testenv:docs]
basepython = python3
deps = -r{toxinidir}/doc/requirements.txt
whitelist_externals =
bash