This commit is contained in:
Kovid Goyal 2018-06-26 12:35:38 +05:30
parent b8ba25b81f
commit 3b1490020d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 4 additions and 2 deletions

View File

@ -60,7 +60,7 @@ just ``kitty``.
Note for Linux/macOS packagers
----------------------------------
The released |kitty| source code is available as a :file:`.tar.xz` tarball from
The released |kitty| source code is available as a `tarball`_ from
`the GitHub releases page <https://github.com/kovidgoyal/kitty/releases>`_.
While |kitty| does use python, it is not a traditional python package, so please

View File

@ -85,6 +85,8 @@
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
@ -92,7 +94,7 @@
.. role:: title
.. role:: env
'''
'''.replace('VERSION', str_version)
# -- Options for HTML output -------------------------------------------------