Fix up build the docs site

[NO TESTS NEEDED]

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2021-09-16 12:29:35 -04:00
parent 6cf13c3dbf
commit 613ef220f3
14 changed files with 12 additions and 272 deletions

View File

@ -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;
}
}
}