File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 fail-fast : false
1818 matrix :
1919 include :
20- - arch : armv6
21- distro : trixie
20+ # Disabled: Docker localhost registry connection refused error on armv6/trixie
21+ # - arch: armv6
22+ # distro: trixie
2223 - arch : armv7
2324 distro : trixie
2425 - arch : aarch64
Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ install:
3636## 📚 docs: Build the Sphinx documentation.
3737docs :
3838 @ echo " >>> Building Sphinx docs..."
39- @ {{ VENV_PYTHON}} -m sphinx -b html -d _build/ doctrees docs _build/ html -j auto
39+ # Note: -j auto (parallel build) is faster but less stable, can cause JSON decoding crashes
40+ @ {{ VENV_PYTHON}} -m sphinx -b html -d _build/ doctrees docs _build/ html
4041 @ echo " ✅ Docs built in _build/html"
4142
4243## 🧪 test: Run the test suite with pytest.
You can’t perform that action at this time.
0 commit comments