From aba634ce88b2d8a3849d50af0548f54421fa32b2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 19 Aug 2022 14:07:17 +0530 Subject: [PATCH] Fix building of docs on macOS without warnings --detach doesnt exist on macOS --- docs/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 65eb0433e..c5ccfc460 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -958,7 +958,7 @@ Detailed list of changes kitty window title bar - Fix reading :option:`kitty --session` from ``STDIN`` not working when the - :option:`kitty --detach` option is used (:iss:`3523`) + :code:`kitty --detach` option is used (:iss:`3523`) - Special case rendering of the few remaining Powerline box drawing chars (:iss:`3535`) @@ -2410,7 +2410,7 @@ Detailed list of changes - Fix a regression in 0.12.0 that broke dynamic resizing of layouts (:iss:`860`) -- Wayland: Allow using the :option:`kitty --class` command line flag +- Wayland: Allow using the :code:`kitty --class` command line flag to set the app id (:iss:`862`) - Add completion of the kitty command for the fish shell (:pull:`829`)