We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ff43f commit b1577d7Copy full SHA for b1577d7
1 file changed
README.rst
@@ -20,6 +20,9 @@ Writing documentation
20
---------------------
21
22
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``
+2. Build the HTML version using ``make html`` (in the ``docs`` folder).
+3. View the result in your browser in ``docs/build``
+
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