Skip to content

DOC: Add SSLCertVerificationError warning message for documentation b… #62015

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 5, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fixed type in SSLCertVerificationError message on contributing to doc…
…umentation page
  • Loading branch information
jeffersbaxter committed Aug 3, 2025
commit 9c5b2d3d8de1eba046bbcf4f8cbda7f791253c7e
4 changes: 2 additions & 2 deletions doc/source/development/contributing_documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ If you want to do a full clean build, do::

.. 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 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``.

Expand Down
Loading