From d066b2ee0905a3d4c5d1e94434412c64e4a98959 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Fri, 22 Dec 2023 22:23:23 -0600 Subject: [PATCH] Remove residual sh usage (#232) --- src/antsibull_docs/cli/doc_commands/plugin.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/antsibull_docs/cli/doc_commands/plugin.py b/src/antsibull_docs/cli/doc_commands/plugin.py index 2b8c0b56..76b5479c 100644 --- a/src/antsibull_docs/cli/doc_commands/plugin.py +++ b/src/antsibull_docs/cli/doc_commands/plugin.py @@ -64,8 +64,6 @@ def generate_plugin_docs( ) venv = FakeVenvRunner() - venv_ansible_doc = venv.get_command("ansible-doc") - venv_ansible_doc = venv_ansible_doc.bake("-vvv") try: ansible_doc_results = venv.log_run( ["ansible-doc", "-vvv", "-t", plugin_type, "--json", plugin_name]