You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -221,10 +221,10 @@ You'll need **[Python 3.9](https://github.com/huggingface/transformers/blob/main
221
221
[Checks on a Pull Request](https://huggingface.co/docs/transformers/pr_checks) guide.
222
222
223
223
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).
225
225
226
226
```bash
227
-
pip install ".[docs]"
227
+
pip install hf-doc-builder
228
228
```
229
229
230
230
Run the following command from the root of the repository:
0 commit comments