test-infra
test-infra copied to clipboard
[dr ci] executorch docs preview link says "Python docs" when it's really all docs
On excutorch PRs (e.g., https://github.com/pytorch/executorch/pull/1106), the pytorch-bot "Helpful Links" section points to the generated docs with the message "Preview Python docs built from this PR". But for executorch, those aren't just python docs, they're all of the docs for an independent website (which also contains language-agnostic docs and C++ docs)
@svekars tracked the message to: https://github.com/pytorch/test-infra/blob/54ee5e79bd91e5a4591ec3c9be91f10bce04bc9b/torchci/lib/drciUtils.ts#L57
It would be nice if this class of comment on executorch PRs didn't mention the "Python" part.
Part of the issue may be that executorch isn't a "domain library", but a new class of standalone repo.