Skip to content
Merged
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
5 changes: 5 additions & 0 deletions doc/source/development/contributing_documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@ If you want to do a full clean build, do::
python make.py clean
python make.py html

.. tip::
If ``python make.py html`` exits with an error status,
try running the command ``python make.py html --num-jobs=1``
to identify the cause of the error.

You can tell ``make.py`` to compile only a single section of the docs, greatly
reducing the turn-around time for checking your changes.

Expand Down