Open Swati-Sneha opened 1 month ago
@Swati-Sneha - Pls try deleting build
directory and build again.
@vamsi-verma-s I have done that already.
I also asked this in the slack channel, seems I am not the only one facing it.
I can build the docs locally and the CI has been successful. But neither of these are on arm64.
The line count is off because there are some lines injected into the rst files in order to do e.g. import pandas as pd
. My guess is the issue is from this code block:
What happens when you run that?
What do you mean @rhshadrach ? When I run what? The command: python make.py html
or are you refering to something else?
The code in the code-block in my comment.
This is what I get when I run it from my terminal, seems okay to me.
Can you try python make.py html --num-jobs=1
. Hopefully that should give you a stack trace.
Pandas version checks
[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the latest version of pandas.
[X] I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
While trying to build documentation for pandas-dev, the build fails with Sphinx parallel build error
Stackoverflow Issue Reference
Expected Behavior
The build should be successful and the docs should be built in local
Installed Versions