From ed1807bab372a524446d9293fd09e06d2b6e79ec Mon Sep 17 00:00:00 2001 From: Steven Liu <59462357+stevhliu@users.noreply.github.com> Date: Tue, 11 Mar 2025 06:42:49 -0700 Subject: [PATCH] [docs] Update docs dependency (#36635) update --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c6047b0e1c..c4804c69fb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: