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]