The pixi run build-docs command for cuda-core doesn't work correctly (this may be true of other packages, but I only tested this one).
It rebuilds cuda_bindings from scratch every time, even if there were no changes.
It doesn't rebuild cuda_core at all, even if there were changes.
This means one must rebuild cuda_core manually to generate docs that reflect new changes.
It should either rebuild everything or rebuild nothing. I'm not sure why it does what it does. (And I'm not a regular user of our pixi configs, but I'm starting to file bugs so I can become one).
The
pixi run build-docscommand for cuda-core doesn't work correctly (this may be true of other packages, but I only tested this one).It rebuilds
cuda_bindingsfrom scratch every time, even if there were no changes.It doesn't rebuild
cuda_coreat all, even if there were changes.This means one must rebuild
cuda_coremanually to generate docs that reflect new changes.It should either rebuild everything or rebuild nothing. I'm not sure why it does what it does. (And I'm not a regular user of our pixi configs, but I'm starting to file bugs so I can become one).