From e2ce63ff62c1964fb5371e406f96ce6b00df67c5 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Wed, 27 Mar 2019 12:46:51 +0100 Subject: [PATCH] functions/help: Adjust command paths to sphinx We now build a separate page per-command in cmds/$cmd.html instead of a section in the "commands.html" page. See #5696. [ci skip] --- share/functions/help.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/functions/help.fish b/share/functions/help.fish index 95b153c20..0a6c94dfd 100644 --- a/share/functions/help.fish +++ b/share/functions/help.fish @@ -105,11 +105,11 @@ function help --description 'Show help for the fish shell' switch "$fish_help_item" case "." - set fish_help_page "commands.html\#source" + set fish_help_page "cmds/source.html" case globbing set fish_help_page "index.html\#expand" case (__fish_print_commands) - set fish_help_page "commands.html\#$fish_help_item" + set fish_help_page "cmds/$fish_help_item.html" case $help_topics set fish_help_page "index.html\#$fish_help_item" case 'tut_*'