mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
The makefile in docs/api/ had a top level check for the 'sphinx-build' tool, but the check was getting triggered on 'make clean' when it is not needed and causing 'make rpm' and similar builds to fail. So this commit removes the check. Fixes #24163