From b0f5242c65ff43fcb535e847873266f92fdf0b07 Mon Sep 17 00:00:00 2001 From: Nguyen Hai Date: Thu, 23 Aug 2018 00:15:37 +0900 Subject: [PATCH] switch documentation job to new PTI This is a mechanically generated patch to switch the documentation jobs to use the new PTI versions of the jobs as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I06200a75ace71bf88fe3449a21f5009b61295902 Story: #2002586 Task: #24347 --- .zuul.yaml | 2 +- doc/source/install/common_configure.rst | 4 ++-- tox.ini | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index a4191e0..79c9406 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -15,7 +15,7 @@ - project: templates: - check-requirements - - publish-openstack-sphinx-docs + - publish-openstack-docs-pti - tempest-plugin-jobs check: jobs: diff --git a/doc/source/install/common_configure.rst b/doc/source/install/common_configure.rst index e95addb..ac1557f 100644 --- a/doc/source/install/common_configure.rst +++ b/doc/source/install/common_configure.rst @@ -1,5 +1,5 @@ -2. Edit the ``/etc/zun_tempest_plugin/zun_tempest_plugin.conf`` file and complete the following - actions: +2. Edit the ``/etc/zun_tempest_plugin/zun_tempest_plugin.conf`` file +and complete the following actions: * In the ``[database]`` section, configure database access: diff --git a/tox.ini b/tox.ini index a7fc4b8..76fa8e2 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,7 @@ commands = python setup.py test --coverage --testr-args='{posargs}' [testenv:docs] basepython = python3 commands = - doc8 -e .rst doc/source/ CONTRIBUTING.rst HACKING.rst README.rst + doc8 --ignore D000 -e .rst doc/source/ CONTRIBUTING.rst HACKING.rst README.rst python setup.py build_sphinx [testenv:releasenotes]