diff --git a/docs/docsite/rst/dev_guide/testing_documentation.rst b/docs/docsite/rst/dev_guide/testing_documentation.rst index f998939524b..cfd309d6698 100644 --- a/docs/docsite/rst/dev_guide/testing_documentation.rst +++ b/docs/docsite/rst/dev_guide/testing_documentation.rst @@ -31,6 +31,8 @@ To ensure that your module documentation matches your ``argument_spec``: pip install --user -r test/lib/ansible_test/_data/requirements/sanity.txt -#. run the ``validate-modules`` test:: +#. run the ``validate-modules`` test: + + .. code-block:: bash ansible-test sanity --test validate-modules mymodule