Skip to content
Snippets Groups Projects
Unverified Commit d64573f1 authored by Luca Weiss's avatar Luca Weiss Committed by Casey
Browse files

ci: Remove outdated sphinx-build command check (MR 2451)

We now run the job in chroot, so remove the unnecessary check. If
sphinx-build is missing for some reason, it will fail a bit further in
the script anyways.
parent ddd920b1
No related branches found
No related tags found
1 merge request!2451ci: Remove outdated sphinx-build command check
Pipeline #208982 passed
......@@ -14,12 +14,6 @@ if [ "$(id -u)" = 0 ]; then
exec su "${TESTUSER:-build}" -c "sh -e $0"
fi
# Require sphinx to be installed on the host system
if [ -z "$(command -v sphinx-build)" ]; then
echo "ERROR: sphinx-build command not found, make sure it is in your PATH."
exit 1
fi
# Sanity check docs that all modules are documented.
# Ignore all packages and files named test*
fail=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment