From 3b8577f965f598a61e52ac6ddae92aff80c61780 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 29 Sep 2019 17:45:34 +0200 Subject: [PATCH] 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 --- .zuul.yaml | 1 + tox.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 6d232ed..857a261 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -20,6 +20,7 @@ - project: templates: + - build-openstack-docs-pti - windmill-jobs-fedora-latest - windmill-jobs-bionic check: diff --git a/tox.ini b/tox.ini index dc90799..4d77866 100644 --- a/tox.ini +++ b/tox.ini @@ -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