Skip to content

Commit e84b75f

Browse files
gantezaristei
authored andcommitted
[docs] Ko doc fixes after toc update (huggingface#39660)
* update docs * doc builder working * make fixup
1 parent cf48e92 commit e84b75f

18 files changed

+331
-3020
lines changed

.github/workflows/build_documentation.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ jobs:
1818
notebook_folder: transformers_doc
1919
languages: ar de en es fr hi it ko pt tr zh ja te
2020
custom_container: huggingface/transformers-doc-builder
21-
# Temporary pin to work around datasets exception in the docbuilder.Remove after docker images and main have
22-
# the right dependencies (which **should** be the case by 2025-07-20). See
23-
# https://github.com/huggingface/transformers/actions/runs/16365952006/job/46243081358?pr=38545
24-
pre_command: uv pip install datasets>=2.15.0
2521
secrets:
2622
token: ${{ secrets.HUGGINGFACE_PUSH }}
2723
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}

.github/workflows/build_pr_documentation.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,3 @@ jobs:
1515
pr_number: ${{ github.event.number }}
1616
package: transformers
1717
languages: en
18-
# Temporary pin to work around datasets exception in the docbuilder. Remove after docker images and main have
19-
# the right dependencies (which **should** be the case by 2025-07-20). See
20-
# https://github.com/huggingface/transformers/actions/runs/16365952006/job/46243081358?pr=38545
21-
pre_command: uv pip install datasets>=2.15.0

0 commit comments

Comments
 (0)