currently guilabel are displayed as little boxes in the html outputs in most of the the theme I know like rdt:

In the latex build it's only represented as a Italic word. what if instead we use a little box around the text to display it as an actual guilabel as this example:

to build this I simply added the tcolorbox package and created a custom command:
\newtcbox{\sphinxbtn}[1][]{box align=base, nobeforeafter, size=small, boxsep=2pt, #1}
My proposal here is to replace the \guilabel one. What do you think ?
currently guilabel are displayed as little boxes in the html outputs in most of the the theme I know like rdt:
In the latex build it's only represented as a Italic word. what if instead we use a little box around the text to display it as an actual guilabel as this example:
to build this I simply added the tcolorbox package and created a custom command:
My proposal here is to replace the
\guilabelone. What do you think ?