Skip to content

Bump https://github.com/huggingface/doc-builder from 0ab9ea03baf111ed8dd83e88233430b663127368 to 1b16dac5e33043af565fdf4c1b5b0fe81d0891c8 - #6969

Merged
albertvillanova merged 1 commit into
mainfrom
dependabot/pre_commit/https-/github.com/huggingface/doc-builder-1b16dac5e33043af565fdf4c1b5b0fe81d0891c8
Aug 31, 2026
Merged

Bump https://github.com/huggingface/doc-builder from 0ab9ea03baf111ed8dd83e88233430b663127368 to 1b16dac5e33043af565fdf4c1b5b0fe81d0891c8#6969
albertvillanova merged 1 commit into
mainfrom
dependabot/pre_commit/https-/github.com/huggingface/doc-builder-1b16dac5e33043af565fdf4c1b5b0fe81d0891c8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 29, 2026

Copy link
Copy Markdown
Contributor

Bumps https://github.com/huggingface/doc-builder from 0ab9ea03baf111ed8dd83e88233430b663127368 to 1b16dac5e33043af565fdf4c1b5b0fe81d0891c8.

Changelog

Sourced from https://github.com/huggingface/doc-builder's changelog.

Release checklist

  1. Checkout the release branch (for a patch the current release branch, for a new minor version, create one):
    git checkout -b vXX.xx-release
    The -b is only necessary for creation (so remove it when doing a patch).
  2. Change the version in src/doc_builder/__init__.py and pyproject.toml to the proper value.
  3. Commit these changes with the message: "Release: v<VERSION>".
  4. Add a tag in git to mark the release:
    git tag v<VERSION> -m 'Adds tag v<VERSION> for pypi'
    Push the tag and release commit to git:
    git push --tags origin vXX.xx-release
  5. Build the source distribution and the wheel in the top-level directory:
    rm -rf dist
    uv build
  6. Upload the package to the pypi test server first:
    twine upload dist/* -r testpypi
  7. Check that you can install it in a virtualenv by running:
    pip install hf-doc-builder
    pip uninstall hf-doc-builder
    pip install -i https://test.pypi.org/simple/ hf-doc-builder
    It's recommended to check that there are no issues building the docs, so try running a command like doc-builder.
  8. Upload the final version to actual pypi:
    twine upload dist/* -r pypi
  9. Add release notes to the tag in github once everything is looking hunky-dory.
  10. Go back to the main branch and update the version in src/doc_builder/__init__.py and pyproject.toml to the new version ".dev" and push to main.
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Low Risk
Dev-only pre-commit dependency pin; affects doc style linting, not production behavior.

Overview
Updates the huggingface/doc-builder pre-commit hook revision in .pre-commit-config.yaml so local doc-builder-style checks (line length 119 on trl, tests, and docs/source) run against a newer upstream snapshot.

The new commit range adds upstream fixes such as link anchor validation, lowercase region support in language codes (e.g. pt-br), and packaging cleanup (setup.py removed in favor of pyproject.toml). No application runtime or training code changes.

Reviewed by Cursor Bugbot for commit 99d5295. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [https://github.com/huggingface/doc-builder](https://github.com/huggingface/doc-builder) from 0ab9ea03baf111ed8dd83e88233430b663127368 to 1b16dac5e33043af565fdf4c1b5b0fe81d0891c8.
- [Release notes](https://github.com/huggingface/doc-builder/releases)
- [Changelog](https://github.com/huggingface/doc-builder/blob/main/RELEASE.md)
- [Commits](huggingface/doc-builder@0ab9ea0...1b16dac)

---
updated-dependencies:
- dependency-name: https://github.com/huggingface/doc-builder
  dependency-version: 1b16dac5e33043af565fdf4c1b5b0fe81d0891c8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@bot-ci-comment

Copy link
Copy Markdown

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@albertvillanova
albertvillanova merged commit c7ff66a into main Aug 31, 2026
15 of 16 checks passed
@albertvillanova
albertvillanova deleted the dependabot/pre_commit/https-/github.com/huggingface/doc-builder-1b16dac5e33043af565fdf4c1b5b0fe81d0891c8 branch August 31, 2026 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file pre_commit Pull requests that update pre_commit code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant