Gengliang has the CSS/display issue fixed <https://github.com/apache/spark/pull/49823>. However, the problem that I described below with building the PySpark API docs persists, and I’m not the only one experiencing it <https://github.com/apache/spark/pull/49823#issuecomment-2638882282>.
> On Feb 5, 2025, at 1:59 PM, Nicholas Chammas <nicholas.cham...@gmail.com> > wrote: > > I’m trying to build the docs locally to reproduce this (and also to make a > change to some Python API docs), but I’m getting consistent Java heap memory > errors when I get to the Python part of the build. > > I’m trying to build the docs as follows: > > ``` > SKIP_SCALADOC=1 SKIP_RDOC=1 SKIP_SQLDOC=1 bundle exec jekyll serve > ``` > > Is there some way to allocate more memory to Spark specifically from within > the Sphinx build? If you have hit this issue locally and resolved it somehow, please chime in. Nick