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

.. error::
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. error::
.. tip::

The command ``python make.py html`` requires SSL verification.
If the command exits with an error status,
try running the command ``python make.py html --num-jobs=1``.
If the terminal output reports a SSLCertVerificationError,
update your local SSL. Then, rerun ``python make.py html``.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The command ``python make.py html`` requires SSL verification.
If the command exits with an error status,
try running the command ``python make.py html --num-jobs=1``.
If the terminal output reports a SSLCertVerificationError,
update your local SSL. Then, rerun ``python make.py html``.
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.

Making this more generic since the cause of error may not always be SSL related

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good! I'll make the change.


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
Loading