Skip to content
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

DOC: fix Sphinx parallel build error caused for doc/source/getting_started/intro_tutorials/04_plotting.rst #53788

Merged
merged 2 commits into from
Aug 1, 2023

Conversation

tpaxman
Copy link
Contributor

@tpaxman tpaxman commented Jun 22, 2023

This PR appears to correct the specific issue. Need to do a full build again to verify that no other similar issues exist.

@DavidToneian
Copy link
Contributor

Looks good to me: When I ran into #53777, I came to the same fix as you did. Additionally, doc/source/user_guide/10min.rst needs an :okwarning: too where on line 750 (before plt.show()).

That should fix this type of error for the docs.

What I'm wondering is this: Why is there no failure for the GitHub actions that build the docs? I tried to replicate the environment that GitHub actions use locally, but I still run into the necessity of having :okwarning:.

Does someone have an idea?

@mroeschke mroeschke added the Docs label Aug 1, 2023
@mroeschke mroeschke added this to the 2.1 milestone Aug 1, 2023
@mroeschke mroeschke merged commit 3d11282 into pandas-dev:main Aug 1, 2023
2 checks passed
@mroeschke
Copy link
Member

Thanks @tpaxman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: "Spinx parallel build error" when running python make.py html
3 participants