diff --git a/doc/doc-contrib-guide/source/docs-builds.rst b/doc/doc-contrib-guide/source/docs-builds.rst index d218bfce3a..a5541fe481 100644 --- a/doc/doc-contrib-guide/source/docs-builds.rst +++ b/doc/doc-contrib-guide/source/docs-builds.rst @@ -266,9 +266,9 @@ that do automatic testing of patches. The current jobs are: -* gate-openstack-manuals-tox-checkniceness -* gate-openstack-manuals-tox-doc-publish-checkbuild -* gate-openstack-manuals-tox-checklang +* openstack-tox-linters +* build-tox-manual-checkbuild +* build-tox-manual-checklang Checklang job ------------- @@ -283,11 +283,7 @@ the Security Guide, HA Guide and Install Guides. `_. If you want to manually run this check on your local workstation you can use -the checklang environment (:command:`tox -e checklang`). To use this -environment, you first have to install the *xml2po* utility on your local -workstation. xml2po is part of the gnome-doc-utils and can be installed with -:command:`yum install gnome-doc-utils` (on RedHat-based distributions), or -:command:`zypper install xml2po` (on SUSE-based distributions). +the checklang environment (:command:`tox -e checklang`). .. _docs_builds_eol: diff --git a/tox.ini b/tox.ini index 9c78792879..6fc72644b8 100644 --- a/tox.ini +++ b/tox.ini @@ -22,11 +22,6 @@ commands = {posargs} commands = {toxinidir}/tools/build-all-rst.sh --linkcheck -[testenv:checkniceness] -# Replaced in CI with "linters" environment but kept here as a -# backwards-compatibility shim for muscle memory. -commands = {[testenv:linters]commands} - [testenv:linters] commands = flake8