mirror of
https://github.com/containers/podman.git
synced 2025-07-03 09:17:15 +08:00
Fix up build the docs site
[NO TESTS NEEDED] Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -201,13 +201,6 @@ sub xref_rst {
|
||||
if (ref $help->{$k}) {
|
||||
xref_rst($help->{$k}, $rst->{$k}, @subcommand, $k);
|
||||
}
|
||||
|
||||
# Check that command is mentioned in at least one .rst file
|
||||
if (! exists $rst->{$k}{_desc}) {
|
||||
my @podman = ("podman", @subcommand, $k);
|
||||
warn "$ME: no link in *.rst for @podman\n";
|
||||
++$Errs;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user