Skip to content

Commit 10416dc

Browse files
DOC: Add SSLCertVerificationError warning message for documentation b… (#62015)
1 parent 99f5cb8 commit 10416dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/source/development/contributing_documentation.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,11 @@ If you want to do a full clean build, do::
157157
python make.py clean
158158
python make.py html
159159

160+
.. tip::
161+
If ``python make.py html`` exits with an error status,
162+
try running the command ``python make.py html --num-jobs=1``
163+
to identify the cause of the error.
164+
160165
You can tell ``make.py`` to compile only a single section of the docs, greatly
161166
reducing the turn-around time for checking your changes.
162167

0 commit comments

Comments
 (0)