fish-shell/doc_src/python_docs_theme/static
Johannes Altmanninger d829a99977 Fix kbd tag HTML rendering
Commit c921c124e (docs: use canonical key names in :kbd: tags, 2024-04-13)
removed the box highlighting from elements like :kbd:`ctrl-c`.
This is because Sphinx for some reason converts this into

    <kbd>
        <kbd>ctrl</kbd>
        -
        <kbd>c</kbd>
    </kbd>

which results in duplicate boxes.
(See https://github.com/sphinx-doc/sphinx/issues/7530)

Our current style looks a bit ugly (it's
definitely worse than github's rendering at
https://github.com/fish-shell/fish-shell/blob/master/CHANGELOG.rst).
Let's restore the old style but make sure to only apply it only to the
outermost kbd element.

While at it, use the same monospace font as for inline code.
2024-09-28 18:00:02 +02:00
..
fish.png run fish.png through imageoptim 2021-10-16 14:33:12 -07:00
pydoctheme.css Fix kbd tag HTML rendering 2024-09-28 18:00:02 +02:00
pygments.css docs: Make output not selectable 2024-08-03 16:26:34 +02:00