Skip to content

Commit b1577d7

Browse files
committed
move continuous rebuild instruction to its own section
1 parent 28ff43f commit b1577d7

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ Writing documentation
2020
---------------------
2121

2222
1. Edit the source files in ``docs/source``.
23-
2. For continuous rebuilds and live-reload in the browser while editing the docs, run `sphinx-autobuild docs/source docs/build/html --open-browser`
24-
3. Build the HTML version using ``make html`` (in the ``docs`` folder).
25-
4. View the result in your browser in ``docs/build``
23+
2. Build the HTML version using ``make html`` (in the ``docs`` folder).
24+
3. View the result in your browser in ``docs/build``
25+
26+
27+
For continuous rebuilds and live-reload in the browser while editing the docs, run `sphinx-autobuild docs/source docs/build/html --open-browser`
28+

0 commit comments

Comments
 (0)