Skip to content

docs: fix patch links - #246

Merged
luhenry merged 1 commit into
mainfrom
docs-fix-patch-link
Aug 19, 2026
Merged

docs: fix patch links#246
luhenry merged 1 commit into
mainfrom
docs-fix-patch-link

Conversation

@justeph

@justeph justeph commented Aug 19, 2026

Copy link
Copy Markdown
Collaborator

We can specify the patched key in yaml to automatically populate the link to the patches applied to a given version. Currently this handl only packages built and deployed from gitlab pipelines, with link to the old GitLab instance. Add logic to also handle packages built and deploy from GitHub, and generate correct link pointing to the new GitHub instance.

To be found, patches must be under
patches/<package_name>/<package_version> with package_name and package_version matching values from the .whl

Rename patches/torch/2.13.0 to patches/torch/2.13.0+cpu

This will fixes missing patch links for the following packages: matplotlib
pillow
torch
zstandard

Fixes: #209

@justeph
justeph requested review from luhenry and threexc August 19, 2026 14:03
@github-actions

github-actions Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-08-19 16:28 UTC

@justeph
justeph force-pushed the docs-fix-patch-link branch from c41446e to 943440a Compare August 19, 2026 14:14
We can specify the patched key in yaml to automatically populate the
link to the patches applied to a given version. Currently this handl
only packages built and deployed from gitlab pipelines, with link to the
old GitLab instance. Add logic to also handle packages built and deploy
from GitHub, and generate correct link pointing to the new GitHub
instance.

To be found, patches must be under
patches/<package_name>/<package_version> with package_name and
package_version matching values from the .whl

Rename patches/torch/2.13.0 to patches/torch/2.13.0+cpu

This will fixes missing patch links for the following packages:
matplotlib
pillow
torch
zstandard

Fixes: #209

Signed-off-by: Julien Stephan <jstephan@baylibre.com>
@justeph
justeph force-pushed the docs-fix-patch-link branch from 943440a to 393ebd3 Compare August 19, 2026 14:16
@justeph

justeph commented Aug 19, 2026

Copy link
Copy Markdown
Collaborator Author

I cancelled torch build, to avoid resource consumption, the main point being to test the patch process which succeed so I think it's ready to merge

@justeph

justeph commented Aug 19, 2026

Copy link
Copy Markdown
Collaborator Author

Note: if you click on the preview doc and go on the torch page, the patch link is present but is broken, which is expected because the renaming of the folder from 2.13.0 to 2.13.0+cpu is embedded into this PR and link points to main

@luhenry
luhenry merged commit d0944e6 into main Aug 19, 2026
6 of 11 checks passed
@luhenry

luhenry commented Aug 19, 2026

Copy link
Copy Markdown
Member

@luhenry luhenry mentioned this pull request Aug 19, 2026
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.

Improve patched build reporting

2 participants