On Sat, Jun 15, 2024 at 04:31:37PM -0700, Diane Trout wrote:
> I probably found the reason docs aren't building correctly.
> 
> In debian/rules the call to build the docs is:
> 
>   PYTHONPATH=$(CURDIR) $(MAKE) -C docs html || true

Good detective work, Diane!  What a silly thing to do in a build
script!  :-)

> running the documentation build without the || true.
> 
> Extension error (sphinx.ext.autosummary):
> Handler <function process_generate_options at 0x7ff3fbd04360> for event
> 'builder-inited' threw an exception (exception: no module named
> dask_expr.DataFrame)
> 
> It looks like dask_expr is officially an optional dependence as of
> 2024.5.2, I going to see if I can make it optional to sphinx too.

Thanks for fixing this!

Best wishes,

   Julian

Reply via email to