Hi, what is the state of the art in using sphinx-apidoc and sphinx-build within pants?
I have found a bunch of old threads where people mix a custom plugin that adds all python sources to a target (https://pantsbuild.slack.com/archives/C046T6T9U/p1708683913827849?thread_ts=1708633247.357399&cid=C046T6T9U) with adhoc_tool or similar to run sphinx from a sandbox that at that point should have all dependencies inside. Is there a better system today?