summaryrefslogtreecommitdiff
path: root/wasp
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-11-29 19:12:54 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-11-29 19:12:54 (GMT)
commit66cbfa20e862c444457ab214fa7b3ec7bdd55d0c (patch)
tree89f1aaca69dbccf7ef50ec6f80a460a2dd6daeff /wasp
parent057c140f0e1ddaa6a9e5024c8638a7a49f1b2d7d (diff)
sphinx: icons: Get the doc build working again
Fixes: 393dfefc86be ("apps: pager: notifications: Added remove all notifications dialog") Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp')
-rw-r--r--wasp/boards/sphinx/icons.py2
1 files changed, 2 insertions, 0 deletions
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'