diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1d187a1b399..5a3ab42272c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -326,9 +326,9 @@ example](https://github.com/pytorch/tutorials/blob/main/_static/img/thumbnails/c The following command builds an HTML version of the tutorial website. - ``` - make html-noplot - ``` +``` +make html-noplot +``` This command does not run your tutorial code. To build the tutorial in a way that executes the code, use `make docs`. However, unless you have a