Skip to content

Commit ed1807b

Browse files
authored
[docs] Update docs dependency (#36635)
update
1 parent b80b3ec commit ed1807b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,10 @@ You'll need **[Python 3.9](https://github.com/huggingface/transformers/blob/main
221221
[Checks on a Pull Request](https://huggingface.co/docs/transformers/pr_checks) guide.
222222

223223
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
224-
make sure you install the documentation builder:
224+
make sure you install the [documentation builder](https://github.com/huggingface/doc-builder).
225225

226226
```bash
227-
pip install ".[docs]"
227+
pip install hf-doc-builder
228228
```
229229

230230
Run the following command from the root of the repository:

0 commit comments

Comments
 (0)