From 66cbfa20e862c444457ab214fa7b3ec7bdd55d0c Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Sun, 29 Nov 2020 19:12:54 +0000 Subject: [PATCH] sphinx: icons: Get the doc build working again Fixes: 393dfefc86be ("apps: pager: notifications: Added remove all notifications dialog") Signed-off-by: Daniel Thompson --- wasp/boards/sphinx/icons.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wasp/boards/sphinx/icons.py b/wasp/boards/sphinx/icons.py index 272bd20..9cefeab 100644 --- a/wasp/boards/sphinx/icons.py +++ b/wasp/boards/sphinx/icons.py @@ -10,3 +10,5 @@ settings = 'Default settings icon' torch = 'Default torch or flashlight icon' up_arrow = 'Small (16x9) up arrow' down_arrow = 'Small (16x9) down arrow' +yes_button = b'Yes button' +no_button = b'No button'