ci(docs): point doc build back at upstream doc-builder - #1329
Merged
Merged
Conversation
The python_version input was added on a fork branch while it was under review, so both doc workflows were temporarily pinned to pollen-robotics/doc-builder@add-python-version-input. It is now merged upstream (huggingface/doc-builder#808), so drop the fork pin and go back to huggingface/doc-builder@main. The fork branch held nothing else pollen-specific, and upstream main has since moved ahead (the version list is read from the doc bucket instead of the legacy dataset), so this also picks up those fixes. Assisted-by: Claude:claude-opus-5[1m]
pierre-rouanet
approved these changes
Aug 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up of #1261 and #1265.
#1265 needed
python_version: "3.11"on the doc build (the runner default is 3.10,reachy_minirequires >=3.11). The input did not exist in the HF doc-builder workflows yet, so we added it in huggingface/doc-builder#808 and, in the meantime, pointed both workflows at our fork branchpollen-robotics/doc-builder@add-python-version-input.That PR is now merged upstream, so we go back to the classic HF pipeline: both
uses:point athuggingface/doc-builder/...@mainagain, withpython_version: "3.11"unchanged. The fork branch held nothing else of ours, and upstreammainhas moved on since (the version list is read from the doc bucket instead of the legacy dataset), so this also picks up those fixes.Note:
build_pr_documentationonly triggers ondocs/**, so it will not run on this PR — verify by dispatchingBuild HF documentationafter merge, or on the next docs PR.