From 8042d226e495f3cba7172dbe596831f7090efdf9 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Wed, 25 Mar 2020 14:13:56 -0400 Subject: [PATCH] fix make webdocs warnings (#68411) --- docs/docsite/rst/dev_guide/developing_modules_general_aci.rst | 2 +- docs/docsite/rst/plugins/plugins.rst | 3 +++ docs/docsite/rst/reference_appendices/module_utils.rst | 2 +- test/sanity/ignore.txt | 3 --- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docsite/rst/dev_guide/developing_modules_general_aci.rst b/docs/docsite/rst/dev_guide/developing_modules_general_aci.rst index c013197d6b1..3ca8ef01d25 100644 --- a/docs/docsite/rst/dev_guide/developing_modules_general_aci.rst +++ b/docs/docsite/rst/dev_guide/developing_modules_general_aci.rst @@ -319,7 +319,7 @@ Testing ACI library functions ============================= You can test your ``construct_url()`` and ``payload()`` arguments without accessing APIC hardware by using the following python script: -.. code-block:: guess +.. code-block:: text #!/usr/bin/python import json diff --git a/docs/docsite/rst/plugins/plugins.rst b/docs/docsite/rst/plugins/plugins.rst index 052884d64ea..4dee6c6a27d 100644 --- a/docs/docsite/rst/plugins/plugins.rst +++ b/docs/docsite/rst/plugins/plugins.rst @@ -17,9 +17,12 @@ This section covers the various types of plugins that are included with Ansible: become cache callback + cliconf connection + httpapi inventory lookup + netconf shell strategy vars diff --git a/docs/docsite/rst/reference_appendices/module_utils.rst b/docs/docsite/rst/reference_appendices/module_utils.rst index 94c12dffa52..7fa4620c1e0 100644 --- a/docs/docsite/rst/reference_appendices/module_utils.rst +++ b/docs/docsite/rst/reference_appendices/module_utils.rst @@ -16,7 +16,7 @@ To use this functionality, include ``from ansible.module_utils.basic import Ansi .. autoclass:: ansible.module_utils.basic.AnsibleModule :members: - + :noindex: Basic ------ diff --git a/test/sanity/ignore.txt b/test/sanity/ignore.txt index 89ff84dbaac..f0f82e4a6de 100644 --- a/test/sanity/ignore.txt +++ b/test/sanity/ignore.txt @@ -7,9 +7,6 @@ docs/docsite/_themes/sphinx_rtd_theme/__init__.py metaclass-boilerplate docs/docsite/rst/conf.py future-import-boilerplate docs/docsite/rst/conf.py metaclass-boilerplate docs/docsite/rst/dev_guide/testing/sanity/no-smart-quotes.rst no-smart-quotes -docs/docsite/rst/plugins/cliconf.rst docs-build -docs/docsite/rst/plugins/httpapi.rst docs-build -docs/docsite/rst/plugins/netconf.rst docs-build examples/scripts/ConfigureRemotingForAnsible.ps1 pslint:PSCustomUseLiteralPath examples/scripts/upgrade_to_ps3.ps1 pslint:PSCustomUseLiteralPath examples/scripts/upgrade_to_ps3.ps1 pslint:PSUseApprovedVerbs