-
Notifications
You must be signed in to change notification settings - Fork 30.3k
[docs] Ko doc fixes after toc update #39660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix! 🙏
Does not need to be in a patch: documentation is build out of main 😉 |
@ArthurZucker but we don't get the proper tag 😢 (4.54.0 and 4.54.1 will be without docs) |
* update docs * doc builder working * make fixup
* update docs * doc builder working * make fixup
* update docs * doc builder working * make fixup
* update docs * doc builder working * make fixup
* update docs * doc builder working * make fixup
* update docs * doc builder working * make fixup
* update docs * doc builder working * make fixup
What does this PR do?
#39516 updates the
ko
table of contents to match the updateden
docs.However, a few problems resulted from the update, which causes
doc-builder
failures:.md
files that are not used anywhereThis PR:
.md
files, most of them are not part of the updateden
docs, so they were removed. The following command now completes:doc-builder build transformers docs/source/ko/ --language ko --clean
doc-builder
change added in [dependencies] Updatedatasets
pin #39500