Skip to content

Commit 835f01a

Browse files
committed
Replace gulp, yarn, and npm with sphinx-autobuild
1 parent 6941292 commit 835f01a

File tree

4 files changed

+3
-3442
lines changed

4 files changed

+3
-3442
lines changed

docs/contributing/authors.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff 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.

gulpfile.js

Lines changed: 0 additions & 86 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)