Bump https://github.com/huggingface/doc-builder from 0ab9ea03baf111ed8dd83e88233430b663127368 to bcd143e422b8496bad243c15bd280cbefa3f1169 - #6956
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [https://github.com/huggingface/doc-builder](https://github.com/huggingface/doc-builder) from 0ab9ea03baf111ed8dd83e88233430b663127368 to bcd143e422b8496bad243c15bd280cbefa3f1169. - [Release notes](https://github.com/huggingface/doc-builder/releases) - [Commits](huggingface/doc-builder@0ab9ea0...bcd143e) --- updated-dependencies: - dependency-name: https://github.com/huggingface/doc-builder dependency-version: bcd143e422b8496bad243c15bd280cbefa3f1169 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
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. |
This was referenced Aug 28, 2026
Contributor
Author
|
Superseded by #6969. |
dependabot
Bot
deleted the
dependabot/pre_commit/https-/github.com/huggingface/doc-builder-bcd143e422b8496bad243c15bd280cbefa3f1169
branch
August 29, 2026 09:33
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.
Bumps https://github.com/huggingface/doc-builder from 0ab9ea03baf111ed8dd83e88233430b663127368 to bcd143e422b8496bad243c15bd280cbefa3f1169.
Commits
bcd143eCheck anchors in links (#820)68667a5fix(kit): accept a lowercase region in language codes (pt-br) (#823)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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
Dependency pin only for a documentation lint hook; risk is limited to possible new pre-commit failures on docs, not runtime or security paths.
Overview
Updates the pinned
revfor thehuggingface/doc-builderpre-commit repo in.pre-commit-config.yamlfrom0ab9ea03…tobcd143e4…. Thedoc-builder-stylehook (max line length 119, paths undertrl,tests, anddocs/source) is unchanged; only the upstream commit used at hook install/run time moves forward.That newer doc-builder revision brings in upstream behavior such as anchor validation on links and lowercase region support in language codes (e.g.
pt-br), which may surface new style or link issues when pre-commit runs locally or in CI.Reviewed by Cursor Bugbot for commit 1498d1c. Bugbot is set up for automated code reviews on this repo. Configure here.