mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 10:12:17 +02:00
Fix the :italic: role used for CLI docs not being rendered correctly in the HTML docs
This commit is contained in:
4
docs/_static/custom.css
vendored
4
docs/_static/custom.css
vendored
@@ -5,6 +5,10 @@
|
|||||||
* Distributed under terms of the MIT license.
|
* Distributed under terms of the MIT license.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
.italic {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
.sidebar-logo {
|
.sidebar-logo {
|
||||||
max-height: 128px;
|
max-height: 128px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -98,11 +98,7 @@ rst_prolog = '''
|
|||||||
.. |kitty| replace:: *kitty*
|
.. |kitty| replace:: *kitty*
|
||||||
.. |version| replace:: VERSION
|
.. |version| replace:: VERSION
|
||||||
.. _tarball: https://github.com/kovidgoyal/kitty/releases/download/vVERSION/kitty-VERSION.tar.xz
|
.. _tarball: https://github.com/kovidgoyal/kitty/releases/download/vVERSION/kitty-VERSION.tar.xz
|
||||||
.. role:: green
|
|
||||||
.. role:: italic
|
.. role:: italic
|
||||||
.. role:: bold
|
|
||||||
.. role:: cyan
|
|
||||||
.. role:: title
|
|
||||||
|
|
||||||
'''.replace('VERSION', str_version)
|
'''.replace('VERSION', str_version)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user