Skip to content

Commit 4054a88

Browse files
committed
docs(development): Add back default preview url
1 parent 7058097 commit 4054a88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Rerun tests on file change: `make watch_test` (requires [entr(1)])
1919

2020
## Documentation
2121

22+
Default preview server: http://localhost:8022
23+
2224
[sphinx-autobuild] will automatically build the docs, watch for file changes and launch a server.
2325

2426
From home directory: `make start_docs`
@@ -28,8 +30,6 @@ From inside `docs/`: `make start`
2830

2931
### Manual documentation (the hard way)
3032

31-
Default preview server: http://localhost:8022
32-
3333
`cd docs/` and `make html` to build. `make serve` to start http server.
3434

3535
Helpers:

0 commit comments

Comments
 (0)