Update contributing guide to use 'make livehtml' for enabling autobuild

pull/622/merge
danroth27 2015-11-07 18:06:12 -08:00
parent 680f63b5a3
commit edb4bdb9d6
1 changed files with 2 additions and 2 deletions

View File

@ -39,9 +39,9 @@ You can also install [sphinx-autobuild](https://github.com/GaretJax/sphinx-autob
```pip install sphinx-autobuild```
2. Run sphinx-autobuild from the one of the main project subdirectories in the Docs repo, such as `mvc`, `aspnet`, or `webhooks`
2. Use the `make` build script appropriate for your system passing the `livehtml` argument to automatically build and locally host the docs for the project in question.
```sphinx-autobuild . _build/html```
```make livehtml```
3. Browse to `http://127.0.0.1:8000` to see the locally built documentation.