File tree Expand file tree Collapse file tree 4 files changed +3
-3442
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3442
lines changed Original file line number Diff line number Diff line change @@ -222,24 +222,10 @@ You can search the [Pygments issue tracker](https://github.com/pygments/pygments
222222
223223## Synchronize the Browser While Editing
224224
225- Use gulp to view changes in the browser while editing documentation.
226-
227- Install the gulp command line utility.
228-
229- ``` shell
230- npm install --global gulp-cli
231- ```
232-
233- Install the gulp project.
234-
235- ``` shell
236- npm install
237- ```
238-
239- Run gulp while editing the training documentation.
225+ Use ` sphinx-autobuild ` view the Makefile to view changes in the browser while editing documentation.
240226
241227``` shell
242- gulp
228+ make livehtml
243229```
244230
245- Your system's default browser will launch and open a window http://localhost:3002/ .
231+ You can open a browser at http://127.0.0.1:8000/ to preview the documentation .
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments