From 649403c3a179277ec2ad7373962cb7baee2f715f Mon Sep 17 00:00:00 2001 From: Alicia Cozine <879121+acozine@users.noreply.github.com> Date: Fri, 28 Sep 2018 13:32:49 -0500 Subject: [PATCH] yes, we do run validate_modules in Shippable (#46280) (#46283) (cherry picked from commit 66eb5681f4c3e3cc45416a537c55974b25bd5402) --- docs/docsite/rst/dev_guide/testing_documentation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/dev_guide/testing_documentation.rst b/docs/docsite/rst/dev_guide/testing_documentation.rst index 9a36c82e043..9a8ca24d583 100644 --- a/docs/docsite/rst/dev_guide/testing_documentation.rst +++ b/docs/docsite/rst/dev_guide/testing_documentation.rst @@ -17,7 +17,7 @@ To check the HTML output of your module documentation: To build the HTML documentation for multiple modules, use a comma-separated list of module names: ``MODULES=my_code,my_other_code make webdocs``. -To ensure that your documentation matches your ``argument_spec``, run the ``validate-modules`` test. Note that this option isn't currently enabled in Shippable due to the time it takes to run. +To ensure that your documentation matches your ``argument_spec``, run the ``validate-modules`` test. .. code-block:: bash