Skip to content

Commit dcfb4e0

Browse files
committed
Update CONTRIBUTING.md
1 parent e3096d6 commit dcfb4e0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CONTRIBUTING.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,17 @@ Once you have cloned the Docs to your local machine, the following instructions
2323

2424
```pip install -U sphinx_rtd_theme```
2525

26-
5. Navigate to one of the main project subdirectories in the Docs repo - such as `mvc`, `aspnet`, or `webhooks`.
26+
5. Install the Sphinx .NET domain:
2727

28-
6. Run ``make`` (make.bat on Windows, Makefile on Mac/Linux)
28+
```pip install sphinxcontrib-dotnetdomain```
29+
30+
6. Navigate to one of the main project subdirectories in the Docs repo - such as `mvc`, `aspnet`, or `webhooks`.
31+
32+
7. Run ``make`` (make.bat on Windows, Makefile on Mac/Linux)
2933

3034
```make html```
3135

32-
7. Once make completes, the generated docs will be in the .../docs/<project>/_build/html directory. Simply open the `index.html` file in your browser to see the built docs for that project.
36+
8. Once make completes, the generated docs will be in the .../docs/<project>/_build/html directory. Simply open the `index.html` file in your browser to see the built docs for that project.
3337

3438
## Use autobuild to easily view site changes locally ##
3539

0 commit comments

Comments
 (0)