Skip to content

Conversation

@jeffersbaxter
Copy link
Contributor

…uild fail

pre-commit run --files doc/source/development/contributing_documentation.rst PASSED locally

@jeffersbaxter
Copy link
Contributor Author

jeffersbaxter commented Jul 31, 2025

Here is a screenshot of the changed section in Contributing to the Documentation, if you chose to merge.

Screenshot 2025-08-02 at 10 34 19 PM
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::
Comment on lines 161 to 165
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.

@mroeschke mroeschke added the Docs label Aug 4, 2025
@mroeschke mroeschke added this to the 3.0 milestone Aug 5, 2025
@mroeschke mroeschke merged commit 10416dc into pandas-dev:main Aug 5, 2025
8 checks passed
@mroeschke
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2 participants