pixi run build-docs doesn't update content
Open
Nobody has claimed this yet.
bug
triage
- Dominant language
- Cython
- Stars
- 3.4k
- Forks
- 329
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 116
Description
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).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.