I updated Jeykll version at https://github.com/apache/spark/commit/3675568a34d42054686eb213d9a56750a6c5c2ab If this happens lately, this might be the culprit ..
On Thu, 6 Feb 2025 at 04:00, Nicholas Chammas <nicholas.cham...@gmail.com> wrote: > The published docs look weird. Seems like something in the top navigation > bar styling broke recently. (See screenshot below.) > > 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? > > Nick > > > https://spark.apache.org/docs/latest/ > [image: Screenshot 2025-02-05 at 1.56.17 PM.png] >