From 0bb923dcec3e7bb1d2779adbf6b668a540c66307 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 20 Mar 2020 17:46:46 +0100 Subject: [PATCH] docs: Make a fish-completions manpage [ci skip] --- doc_src/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc_src/conf.py b/doc_src/conf.py index b6ad2ab74..d7b466f9c 100644 --- a/doc_src/conf.py +++ b/doc_src/conf.py @@ -191,6 +191,7 @@ def get_command_description(path, name): man_pages = [ (master_doc, "fish-doc", "fish-shell Documentation", [author], 1), ("tutorial", "fish-tutorial", "fish-shell tutorial", [author], 1), + ("completions", "fish-completions", "Writing fish completions", [author], 1), ("faq", "fish-faq", "fish-shell faq", [author], 1), ] for path in sorted(glob.glob("cmds/*")):