Build: #30 failed Changes by Rui Xue <rx.astro@gmail.com>
Code commits
Pipeline
-
Rui Xue <rx.astro@gmail.com> 8b797c5ee0d4663dcc3181070a83253b9e125250
PIPE-2738: Fix `__all__` type in direction_utils
Change `__all__` from set to list in
`hsd/tasks/common/direction_utils.py`. Sphinx 9.1
requires `__all__` to be a list or tuple, and the set
literal caused autosummary to crash with a ValueError
during recursive doc generation. -
Rui Xue <rx.astro@gmail.com> 31359bcd28b621fcaa2ebcef6e4f8f6e53c9ef53
PIPE-2738: Update `casa675-py313` feature to include solve-group for consistency