-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
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
base: main
Are you sure you want to change the base?
Conversation
@@ -157,6 +157,13 @@ If you want to do a full clean build, do:: | |||
python make.py clean | |||
python make.py html | |||
|
|||
.. error:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.. 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``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
There was a problem hiding this comment.
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.
…uild fail
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.pre-commit run --files doc/source/development/contributing_documentation.rst
PASSED locally