JuliaParallel / Dagger.jl

A framework for out-of-core and parallel execution
Other
629 stars 67 forks source link

Dagger documentation does not build locally #552

Open wolthom opened 2 months ago

wolthom commented 2 months ago

While working on a PR to the documentation, I have encountered the issue that the documentation does not build without local changes.

Specifically, I get the following error: image

This can be worked around by removing the @docs marker in the corresponding code snippet in src/api-timespanlogging/functions.md (without committing this change, of course). In CI this does appear to build successfully due to locally dev'ed packages(?).

Is there a good way to fix this?

JamesWrigley commented 2 months ago

No I don't think so, until we can specify the subpackges in [sources]: https://github.com/JuliaLang/Pkg.jl/pull/3783

For now you'll need to ] dev lib/TimespanLogging etc.