Commit bfa5e98
authored
fix(docs): bump Python to 3.10 in docs CI to fix empty API pages (#937)
Root cause: The docs CI uses Python 3.9, which caps torch at ~2.6. These
older torch versions are incompatible with modern setuptools>=82 (which
removed pkg_resources), causing import torch.utils.cpp_extension to
fail. Since _backend.py is imported at module level via
_make_lazy_cuda_cls() in _wrapper.py, this crashes the entire import
gsplat chain. Sphinx catches the error silently and deploys empty pages.1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments