From cb7375fb8a98776e6b33adb3507e4a23224cb5fc Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 4 Mar 2024 11:45:29 -0500 Subject: [PATCH] client: Remove Pygments dependency from manpage This patch removes the Pygments dependency from btmon .rst file. When the code-block type is specified, the rst2man throws a warning asking for Pygments package. --- client/bluetoothctl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/bluetoothctl.rst b/client/bluetoothctl.rst index 3a223ef3b..7e00ae3ac 100644 --- a/client/bluetoothctl.rst +++ b/client/bluetoothctl.rst @@ -339,7 +339,7 @@ AUTOMATION Two common ways to automate the tool are to use Here Docs or the program expect. Using Here Docs to show information about the Bluetooth controller. -.. code:: bash +.. code:: bluetoothctl <