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 f9e986e commit f0e27caCopy full SHA for f0e27ca
docs/developing.md
@@ -19,6 +19,15 @@ Rerun tests on file change: `make watch_test` (requires [entr(1)])
19
20
## Documentation
21
22
+[sphinx-autobuild] will automatically build the docs, watch for file changes and launch a server.
23
+
24
+From home directory: `make start_docs`
25
+From inside `docs/`: `make start`
26
27
+[sphinx-autobuild]: https://github.com/executablebooks/sphinx-autobuild
28
29
+### Manual documentation (the hard way)
30
31
Default preview server: http://localhost:8022
32
33
`cd docs/` and `make html` to build. `make serve` to start http server.
0 commit comments