diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2023-08-26 08:01:56 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2023-08-26 08:01:56 +0000 |
commit | b3504b217df4de1ae0b48e4619dac25694c7e42a (patch) | |
tree | 8beb0a0591676437fbc4438b3015f10c2ca868ff /x11/kitty/files/patch-docs_conf.py | |
parent | c3838cecddc629f42adcc2bba1dd3b5cb4ec719c (diff) |
Diffstat (limited to 'x11/kitty/files/patch-docs_conf.py')
-rw-r--r-- | x11/kitty/files/patch-docs_conf.py | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/x11/kitty/files/patch-docs_conf.py b/x11/kitty/files/patch-docs_conf.py index a9775ffc7d43..58693f67f47e 100644 --- a/x11/kitty/files/patch-docs_conf.py +++ b/x11/kitty/files/patch-docs_conf.py @@ -1,5 +1,14 @@ ---- docs/conf.py.orig 2023-05-12 12:26:28 UTC +--- docs/conf.py.orig 2023-08-26 07:33:11 UTC +++ docs/conf.py +@@ -177,7 +177,7 @@ manpages_url = 'https://man7.org/linux/man-pages/man{s + # (source start file, name, description, authors, manual section). + man_pages = [ + ('invocation', 'kitty', 'kitty Documentation', [author], 1), +- ('conf', 'kitty.conf', 'kitty.conf Documentation', [author], 5) ++ ('conf', 'kitty.conf', 'kitty terminal emulator configuration file', [author], 5) + ] + + @@ -207,18 +207,10 @@ def commit_role( name: str, rawtext: str, text: str, lineno: int, inliner: Any, options: Any = {}, content: Any = [] ) -> Tuple[List[nodes.reference], List[nodes.problematic]]: |