Fix the :italic: role used for CLI docs not being rendered correctly in the HTML docs

This commit is contained in:
Kovid Goyal 2021-11-19 14:28:05 +05:30
parent c1cb196365
commit 564f865a63
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 4 additions and 4 deletions

View File

@ -5,6 +5,10 @@
* Distributed under terms of the MIT license.
*/
.italic {
font-style: italic;
}
.sidebar-logo {
max-height: 128px;
}

View File

@ -98,11 +98,7 @@ rst_prolog = '''
.. |kitty| replace:: *kitty*
.. |version| replace:: VERSION
.. _tarball: https://github.com/kovidgoyal/kitty/releases/download/vVERSION/kitty-VERSION.tar.xz
.. role:: green
.. role:: italic
.. role:: bold
.. role:: cyan
.. role:: title
'''.replace('VERSION', str_version)