Allow linking to discussions in docs
This commit is contained in:
parent
c26665ec4d
commit
65e5015d19
@ -15,8 +15,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
|
|||||||
|
|
||||||
- macOS: Fix an error on Apple silicon when enumerating monitors (:pull:`3875`)
|
- macOS: Fix an error on Apple silicon when enumerating monitors (:pull:`3875`)
|
||||||
|
|
||||||
- Allow specifying the previously active tab or the tab to the left/right of
|
- detach_window: Allow specifying the previously active tab or the tab to the left/right of
|
||||||
the active tab
|
the active tab (:disc:`3877`)
|
||||||
|
|
||||||
- broadcast kitten: Fix a regression in ``0.20.0`` that broke sending of some
|
- broadcast kitten: Fix a regression in ``0.20.0`` that broke sending of some
|
||||||
keys, such as backspace
|
keys, such as backspace
|
||||||
|
|||||||
@ -516,4 +516,5 @@ def setup(app: Any) -> None:
|
|||||||
app.add_role('link', link_role)
|
app.add_role('link', link_role)
|
||||||
app.add_role('iss', partial(num_role, 'issues'))
|
app.add_role('iss', partial(num_role, 'issues'))
|
||||||
app.add_role('pull', partial(num_role, 'pull'))
|
app.add_role('pull', partial(num_role, 'pull'))
|
||||||
|
app.add_role('disc', partial(num_role, 'discussions'))
|
||||||
app.add_role('commit', commit_role)
|
app.add_role('commit', commit_role)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user