Skip to content

Commit b5d26dd

Browse files
committed
change documentation build ssl error to generic tip
1 parent dfc7f71 commit b5d26dd

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

doc/source/development/contributing_documentation.rst

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

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

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

0 commit comments

Comments
 (0)