Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: fix for the readthedocs PR rendering #259

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

wmamills
Copy link
Contributor

The original procedure worked only when the PR was coming from the same repo that was the target of the PR. This is not normally the case.

The original check out has the commit we need. Just use it as the remote, fetch and checkout the commit hash we need.

The original procedure worked only when the PR was coming from the same
repo that was the target of the PR.  This is not normally the case.

The original check out has the commit we need.  Just use it as the remote,
fetch and checkout the commit hash we need.

Signed-off-by: Bill Mills <[email protected]>
@wmamills
Copy link
Contributor Author

wmamills commented Oct 10, 2023

OK I have done as much testing as I can. I used two different forks of libmetal and sent a PR from one to the other.
See wmamills#3

What I found was we need the new .readthedocs.yaml (the one from this fix)
AND the fixed .readthedocs.yaml needs to be in the PR (I was expecting it to use main for that).

So what this means is THIS PR will pass (and it did above).
Any other PR will FAIL until this PR is accepted and the other PR is rebased on top.

Sorry the history is messy but hopefully it is OK now.

@wmamills
Copy link
Contributor Author

Once this is accepted I will rebase my fix the wiki PR and resubmit it and we can see this in action for real.

@arnopo arnopo merged commit dceaa9f into OpenAMP:main Oct 11, 2023
3 checks passed
@wmamills wmamills deleted the fix-pr-review branch October 11, 2023 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants