Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,17 @@ You can build the rendered version by running::

By default, Sphinx uses incremental rebuilds to generate the content that
changed since the last invocation. If you notice a problem with incremental
rebuilds, you can pass the ``-c`` flag to clear the existing artifacts before
rebuilds, you can pass the ``--clear`` flag to clear the existing artifacts before
building::

./make.py -c
./make.py --clear

The rendered version will be available in ``build/html/``.

You can also start a local server on port 8000 with automatic rebuild and reload
whenever you change a file by passing the ``-s`` flag::
whenever you change a file by passing the ``--serve`` flag::

./make.py -s
./make.py --serve

Checking links consistency
==========================
Expand Down