diff --git a/conf.py b/conf.py index 461fa789b..831833e26 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,8 @@ def dfhack_keybind_role_func(role, rawtext, text, lineno, inliner, for cmd, key, ctx in KEYBINDS[text]: n = nodes.paragraph() newnode += n - n += nodes.strong('Keybinding: ', 'Keybinding: ') + n += nodes.strong('Keybinding:', 'Keybinding:') + n += nodes.inline(' ', ' ') for k in key: n += nodes.inline(k, k, classes=['kbd']) if cmd != text: