[docs] Update docs dependency (#36635)

update
This commit is contained in:
Steven Liu 2025-03-11 06:42:49 -07:00 committed by GitHub
parent b80b3ec529
commit ed1807bab3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -221,10 +221,10 @@ You'll need **[Python 3.9](https://github.com/huggingface/transformers/blob/main
[Checks on a Pull Request](https://huggingface.co/docs/transformers/pr_checks) guide.
If you're modifying documents under the `docs/source` directory, make sure the documentation can still be built. This check will also run in the CI when you open a pull request. To run a local check
make sure you install the documentation builder:
make sure you install the [documentation builder](https://github.com/huggingface/doc-builder).
```bash
pip install ".[docs]"
pip install hf-doc-builder
```
Run the following command from the root of the repository: