Update contributing guide to use 'make livehtml' for enabling autobuild
parent
680f63b5a3
commit
edb4bdb9d6
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue