Skip to content

Hotfix: Unblock sphinx build - #105

Merged
mbenavidez-amd merged 1 commit into
ROCm:developfrom
mbenavidez-amd:hotfix/sphinx-build
Jul 13, 2026
Merged

Hotfix: Unblock sphinx build#105
mbenavidez-amd merged 1 commit into
ROCm:developfrom
mbenavidez-amd:hotfix/sphinx-build

Conversation

@mbenavidez-amd

Copy link
Copy Markdown
Collaborator

No description provided.

The merge-base-only guard cancelled every develop (latest) build:
on develop, merge-base(origin/develop, HEAD) resolves to HEAD itself,
so the docs/ diff was always empty and the build exited 183. PR builds
were unaffected (HEAD differs from develop), which is why this passed in
CI but failed after merge. Restore the build-type split: PR builds
compare against the develop merge-base, branch/latest builds against the
previous commit. Applied to all three docsets.

Co-Authored-By: Claude <noreply@anthropic.com>
@mbenavidez-amd mbenavidez-amd self-assigned this Jul 13, 2026
@mbenavidez-amd mbenavidez-amd added the bug Something isn't working label Jul 13, 2026
@mbenavidez-amd
mbenavidez-amd merged commit a979eab into ROCm:develop Jul 13, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant