We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7058097 commit 4054a88Copy full SHA for 4054a88
docs/developing.md
@@ -19,6 +19,8 @@ Rerun tests on file change: `make watch_test` (requires [entr(1)])
19
20
## Documentation
21
22
+Default preview server: http://localhost:8022
23
+
24
[sphinx-autobuild] will automatically build the docs, watch for file changes and launch a server.
25
26
From home directory: `make start_docs`
@@ -28,8 +30,6 @@ From inside `docs/`: `make start`
28
30
29
31
### Manual documentation (the hard way)
32
-Default preview server: http://localhost:8022
-
33
`cd docs/` and `make html` to build. `make serve` to start http server.
34
35
Helpers:
0 commit comments